5 lines
127 B
Python
5 lines
127 B
Python
from .app import config
|
|
from .user import UserConfig, UserConfigSchema
|
|
|
|
__all__ = ["UserConfig", "UserConfigSchema", "config"]
|