Code Gen
This commit is contained in:
8
twitch-vod/Makefile
Normal file
8
twitch-vod/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
.PHONY: tui
|
||||
|
||||
tui:
|
||||
python ./src/twitch_vod/tui.py
|
||||
|
||||
.PHONY: run
|
||||
run:
|
||||
fastapi dev ./src/twitch_vod/main.py
|
||||
Reference in New Issue
Block a user