# src/__init__.py # 空文件,用于将 src 文件夹标记为 Python 包。 # 这样可以通过 from src import model_loader 等方式进行模块导入。 __version__ = "0.1.0"