general_posts/python-weather-api/model/base.py

4 lines
71 B
Python

from sqlalchemy.orm import declarative_base
Base = declarative_base()