molehh's picture
youtube trend analyer project
74bdacd
raw
history blame
122 Bytes
from fastapi import APIRouter
router = APIRouter()
@router.get("/")
def home():
return {"Home" :"welome home page"}