refactor: 重构配置模块

This commit is contained in:
Oct-autumn
2025-05-16 16:50:53 +08:00
parent 5d5033452d
commit 021e7f1a97
52 changed files with 902 additions and 1102 deletions

7
tests/test_config.py Normal file
View File

@@ -0,0 +1,7 @@
from src.config.config import global_config
class TestConfig:
def test_load(self):
config = global_config
print(config)