from sqlalchemy.orm import declarative_base from backend.database.postgres.db import engine, SessionLocal, get_db Base = declarative_base()