RODY/app/controller/__init__.py
2022-11-29 16:14:09 +08:00

5 lines
103 B
Python

from app.core.common_utils import import_subs
__all__ = import_subs(locals(), modules_only=True)