mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05: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']
|