Add __init__.py to expose AdeptDepp class for module imports
This commit is contained in:
2
pydepp/__init__.py
Normal file
2
pydepp/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
from .depp import AdeptDepp
|
||||
__all__ = ["AdeptDepp"]
|
||||
Reference in New Issue
Block a user