Make acorn a python package
- Add the
__init__.py
to acorn folder. The Pytho virtual environment does not work without it. - Add
build
into the ignore file - Add "check missing __init__` as pre-commit
In this way, one can import acorn classes from anywhere.
Edited by Xiangyang Ju