RODY/app/services/__init__.py

6 lines
81 B
Python
Raw Normal View History

2022-11-04 17:37:08 +08:00
from app.core.common_utils import import_subs
__all__ = import_subs(locals())