第一次提交
This commit is contained in:
6
app-instance/backend/nanobot/channels/__init__.py
Normal file
6
app-instance/backend/nanobot/channels/__init__.py
Normal file
@ -0,0 +1,6 @@
|
||||
"""Chat channels module with plugin architecture."""
|
||||
|
||||
from nanobot.channels.base import BaseChannel
|
||||
from nanobot.channels.manager import ChannelManager
|
||||
|
||||
__all__ = ["BaseChannel", "ChannelManager"]
|
||||
Reference in New Issue
Block a user