rDrama/files/classes/base.py
justcool393 9b94e524bb fix MovedIn20Warning
shouldn't actually cause any issues currently since SQLAlchemy is (to my annoyance)
import *ed everywhere but.
2023-03-14 13:32:47 -05:00

3 lines
71 B
Python

from sqlalchemy.orm import declarative_base
Base = declarative_base()