We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a900c8b commit 1271babCopy full SHA for 1271bab
app/main.py main.pyapp/main.py renamed to main.py
@@ -1,8 +1,8 @@
1
from fastapi import FastAPI, HTTPException, Depends
2
from sqlalchemy.orm import Session
3
-from database import get_db
4
-from models import User
5
-from schema import UserCreate, UserUpdate
+from app.database import get_db
+from app.models import User
+from app.schema import UserCreate, UserUpdate
6
7
8
0 commit comments