Add package and config

This commit is contained in:
2025-12-03 21:25:00 +10:00
parent ff4da24123
commit 052f473855
12 changed files with 405 additions and 669 deletions

View File

@@ -10,7 +10,9 @@ readme = "README.md"
version = "0.1.0a1"
dependencies = [
"pytz",
"platformdirs"
"platformdirs",
"toml",
"ttkthemes"
]
requires-python = ">= 3.10"