feat(schedule): add matchtv schedule
This commit is contained in:
5
gallery/easel/route/api/schedule.py
Normal file
5
gallery/easel/route/api/schedule.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from fastapi import FastAPI
|
||||
|
||||
|
||||
def mount(app: FastAPI):
|
||||
pass
|
||||
Reference in New Issue
Block a user