6 lines
124 B
Python
6 lines
124 B
Python
from sqlalchemy.orm import DeclarativeBase
|
|
|
|
|
|
class Base(DeclarativeBase):
|
|
"""Shared SQLAlchemy declarative metadata."""
|