Adds config file reader

Adds a config file reader and dataclasses to save it using configparser
from the standard library.
This commit is contained in:
2025-06-28 10:41:23 +02:00
parent 33a6d09dba
commit 6ffb410a4f
2 changed files with 28 additions and 13 deletions

View File

@@ -8,8 +8,6 @@ authors = [
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"pyaml (>=25.5.0,<26.0.0)",
"pyrallis (>=0.3.1,<0.4.0)"
]
[tool.poetry]