Initial commit with the now playing

This commit is contained in:
Joey Yakimowich-Payne 2026-01-07 10:28:32 -07:00
commit de2f9cccb7
25 changed files with 2729 additions and 0 deletions

9
run_tray.py Normal file
View file

@ -0,0 +1,9 @@
from __future__ import annotations
from app.tray import run_tray_app
if __name__ == "__main__":
run_tray_app(host="127.0.0.1", port=8765)