We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33151fd commit 7b5fc81Copy full SHA for 7b5fc81
1 file changed
app/db/base.py
@@ -0,0 +1,3 @@
1
+from sqlalchemy.orm import declarative_base
2
+
3
+Base = declarative_base()
0 commit comments