Files
LangBot/pkg/plugin/handler.py
T

8 lines
170 B
Python

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