4 lines
79 B
Python
4 lines
79 B
Python
|
from app.core.common_utils import import_subs
|
||
|
|
||
|
__all__ = import_subs(locals())
|