Fundamental_Analysis/backend/app/models/base.py

4 lines
71 B
Python

from sqlalchemy.orm import declarative_base
Base = declarative_base()