mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 13:52:43 +08:00
7 lines
308 B
Python
7 lines
308 B
Python
# Backward-compatible import for the web server-bound session wrapper.
|
|
# The canonical name is WebSession; Session is an alias to be removed later.
|
|
from openhands.server.session.session import WebSession
|
|
from openhands.server.session.session import WebSession as Session
|
|
|
|
__all__ = ['WebSession', 'Session']
|