Files
jdy_fastapi/app/module/__init__.py
T
2025-11-14 11:04:01 +08:00

11 lines
240 B
Python

"""
业务模块包
本包包含所有业务模块,包括:
- module.py: F6Module - F6系统相关功能
- f6_plugin_module.py: F6PluginModule - F6插件功能
- other_module.py: OtherPluginModule - 其他功能模块
"""
__all__ = []