Skip to content

Commit 7b5fc81

Browse files
authored
Create base.py
1 parent 33151fd commit 7b5fc81

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/db/base.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from sqlalchemy.orm import declarative_base
2+
3+
Base = declarative_base()

0 commit comments

Comments
 (0)