We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 391e164 commit fe56e6cCopy full SHA for fe56e6c
1 file changed
app/main.py
@@ -3,7 +3,7 @@
3
from fastapi.staticfiles import StaticFiles
4
from sqlalchemy.orm import Session
5
from pathlib import Path
6
-
+# libs
7
from app import crud, models
8
from app.config import settings
9
from app.database import Base, engine, get_db
0 commit comments