Files
2026-07-22 13:48:46 +08:00

5 lines
69 B
Python

from config.config import get_config
__all__ = [
"get_config",
]