Loginauth / base.py
Gregniuki's picture
Create base.py
cd9f2c8
raw
history blame
93 Bytes
# base.py
from sqlalchemy.ext.declarative import declarative_base
Base = declarative_base()