Tim O'Farrell f292f3a84d
V1 Integration (#11183)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: sp.wack <83104063+amanape@users.noreply.github.com>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
2025-10-14 02:16:44 +00:00

8 lines
135 B
Python

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