ogn-python/ogn/model/base.py

5 wiersze
84 B
Python

from sqlalchemy.ext.declarative import declarative_base
Base = declarative_base()