# DEPRECATED: This module is deprecated and will be removed in a future release.
# Please use openhands.app_server.app instead.
#
# For backward compatibility, this module re-exports the app from openhands.app_server.app.

from openhands.app_server.app import app

__all__ = ['app']
