# This module is used for SQLAlchemy session setup # Import from base_class instead of defining Base here to avoid circular imports from app.db.base_class import Base # noqa