[WIP] Work in progress
This commit is contained in:
4
app/schema/library/base.py
Normal file
4
app/schema/library/base.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from sqlalchemy.orm import DeclarativeBase
|
||||
|
||||
class Base(DeclarativeBase):
|
||||
pass
|
||||
Reference in New Issue
Block a user