ogn-python/ogn/model/base.py

5 wiersze
84 B
Python
Czysty Zwykły widok Historia

2015-10-24 21:13:21 +00:00
from sqlalchemy.ext.declarative import declarative_base
Base = declarative_base()