套件(Package)

Example:

__all__定義import * 要匯入的名稱

print("Hello from mathproj init")
__all__ = ['comp']
vesion = 1.03
from mathproj import *
comp
# <module 'mathproj.comp'>........

# version  
# NameError: name 'version' is not defined