Spaces:
Running
on
Zero
Running
on
Zero
File size: 137 Bytes
275b9f3 |
1 2 3 4 5 6 |
from fastapi import FastAPI
from routers.sample_router import router as sample_router
app = FastAPI()
app.include_router(sample_router) |