feat(schedule): add matchtv schedule

This commit is contained in:
2024-08-12 01:19:14 +03:00
parent 6db33ca669
commit bf51ddabc0
17 changed files with 5721 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
from fastapi import FastAPI
def mount(app: FastAPI):
pass