我有點搞不懂進口是如何運作的。假設: package/ __init__.py file1.py 在 __init__.py 中: from file1 import AClass __version__ = '1.0'
確定! 回上一頁