Initial commit with features and everything.

This commit is contained in:
csd4ni3l
2025-09-07 18:22:10 +02:00
commit d01ab6087e
14 changed files with 1683 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "siege-calendar"
version = "0.1.0"
description = "Siege Calendar"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"requests>=2.32.5",
"rich>=14.1.0",
]