Initial commit with the now playing
This commit is contained in:
commit
de2f9cccb7
25 changed files with 2729 additions and 0 deletions
9
run_tray.py
Normal file
9
run_tray.py
Normal 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)
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue