Implement configuration loader

This commit is contained in:
2025-12-02 22:55:48 +00:00
parent 640647ec5c
commit 25efd1f0ac
2 changed files with 83 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ dev = [
"pytest-asyncio>=0.21",
"ruff>=0.1",
"mypy>=1.0",
"types-PyYAML>=6.0",
]
[project.scripts]