Files
relay/config/__init__.py

6 lines
124 B
Python
Raw Permalink Normal View History

2025-09-08 22:12:42 +08:00
# 配置文件目录
# 存放不同环境的配置文件
from .config import Config, config
__all__ = ['Config', 'config']