Skip to content

Make acorn a python package

Xiangyang Ju requested to merge dev-xju-fixmodule into dev
  • 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

Merge request reports