This commit is contained in:
2026-05-13 09:37:42 -04:00
parent ca3469376a
commit 2889993a7d
40 changed files with 1583 additions and 0 deletions

8
twitch-vod/Makefile Normal file
View File

@@ -0,0 +1,8 @@
.PHONY: tui
tui:
python ./src/twitch_vod/tui.py
.PHONY: run
run:
fastapi dev ./src/twitch_vod/main.py