mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 12:05:54 +00:00
8 lines
170 B
Python
8 lines
170 B
Python
from __future__ import annotations
|
|
|
|
from langbot_plugin.runtime.io import handler
|
|
|
|
|
|
class RuntimeConnectionHandler(handler.Handler):
|
|
"""Runtime connection handler"""
|