platypush/platypush/common/db.py

4 lines
71 B
Python

from sqlalchemy.orm import declarative_base
Base = declarative_base()