6 lines
85 B
Python
6 lines
85 B
Python
from .sub import sub_func
|
|
|
|
__all__ = ["sub_func"]
|
|
|
|
print("__sub_pacakge__.__init__")
|