odapi/app/__init__.py

6 lines
77 B
Python
Raw Normal View History

from fastapi import FastAPI
2020-03-23 21:17:16 +01:00
app = FastAPI()
2020-03-23 21:17:16 +01:00
from app import routes, schema