Files
mars-nanobot/nanobot-channel-web/nanobot_channel_web/__init__.py
2026-03-27 16:10:45 +08:00

4 lines
58 B
Python

from .channel import WebChannel
__all__ = ["WebChannel"]