Files
python-tests/sub_package/__init__.py

6 lines
85 B
Python

from .sub import sub_func
__all__ = ["sub_func"]
print("__sub_pacakge__.__init__")