Files

5 lines
133 B
Python
Raw Permalink Normal View History

2025-04-29 18:09:00 +08:00
# 导入下面的控制器
from apps.system.controllers.log import LogController
# 暴露控制器变量
__all__ = ['LogController']