Files
LangBot/pkg/plugin/handler.py
2025-06-30 21:43:43 +08:00

8 lines
170 B
Python

from __future__ import annotations
from langbot_plugin.runtime.io import handler
class RuntimeConnectionHandler(handler.Handler):
"""Runtime connection handler"""