Skip to content

Commit 5937fe5

Browse files
committed
import path
1 parent 5f0c91d commit 5937fe5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jacspy/python/jacs/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@
9393
# Make framework adapters available (optional, no hard deps)
9494
from . import adapters
9595

96+
# Allow namespace package extensions (e.g., jacs.hai from haisdk)
97+
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
98+
9699
__all__ = [
97100
# Primary API Classes
98101
"JacsAgent",

0 commit comments

Comments
 (0)