Implement configuration loader

This commit is contained in:
2025-08-05 15:12:34 +00:00
parent a68c03f50d
commit 02c40d3e2f
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]