We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0c91d commit 5937fe5Copy full SHA for 5937fe5
jacspy/python/jacs/__init__.py
@@ -93,6 +93,9 @@
93
# Make framework adapters available (optional, no hard deps)
94
from . import adapters
95
96
+# Allow namespace package extensions (e.g., jacs.hai from haisdk)
97
+__path__ = __import__('pkgutil').extend_path(__path__, __name__)
98
+
99
__all__ = [
100
# Primary API Classes
101
"JacsAgent",
0 commit comments