RODY/app/controller/__init__.py
552068321@qq.com 6f7de660aa first commit
2022-11-04 17:37:08 +08:00

5 lines
99 B
Python

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