Add __init__.py to expose AdeptDepp class for module imports

This commit is contained in:
2025-04-23 16:55:49 +02:00
parent a00f3cc592
commit 4324493d51

2
pydepp/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from .depp import AdeptDepp
__all__ = ["AdeptDepp"]