""" Unified SQLAlchemy declarative base for all models. """ from openhands.app_server.utils.sql_utils import Base __all__ = ['Base']