
shouldn't actually cause any issues currently since SQLAlchemy is (to my annoyance) import *ed everywhere but.
3 lines
71 B
Python
3 lines
71 B
Python
from sqlalchemy.orm import declarative_base
|
|
|
|
Base = declarative_base()
|