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

from openhands.app_server.static import SPAStaticFiles

__all__ = ['SPAStaticFiles']
