calibrestekje/calibrestekje/bindings.py

6 lines
153 B
Python

"""SQLAlchemy generated bindings for the Calibre database schema."""
from sqlalchemy.ext.declarative import declarative_base
Base = declarative_base()