odapi/app/__init__.py

6 lines
78 B
Python

from fastapi import FastAPI
app = FastAPI()
from app import routes, schemas