Udded player progress, updated UI.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2024-05-12 11:59:00 +02:00
parent 1b9a6ee0da
commit 0ca224fe50
23 changed files with 597 additions and 169 deletions

View File

@ -11,6 +11,7 @@ python = "^3.11"
fastapi = "^0.110.3"
typer = "^0.12.3"
uvicorn = { version = "^0.29.0", extras = ["standard"] }
dbus-python = "^1.3.2"
[tool.poetry.scripts]
anime = "anime.__main__:main"