PillarTool/pillar_tool/db/base_model.py

4 lines
71 B
Python

from sqlalchemy.orm import declarative_base
Base = declarative_base()