Files
periscope/periscope/dependency/backend/periscopex/__init__.py
T
michele c362ef8a56 Split native Periscope (periscope/src) from inherited PinScope (periscope/dependency).
Keep validate.py and the finding engine as-is. AGPL LICENSE stays at the repo root.
Docker overlays dependency then src. Do not delete the inherited tree.
2026-09-20 14:31:42 +02:00

4 lines
76 B
Python

from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)