5 lines
132 B
Python
5 lines
132 B
Python
from app.interface.chat import ChatManager
|
|
from app.interface.telegram import TelegramApp
|
|
|
|
__all__ = ["ChatManager", "TelegramApp"]
|