Update telegram interface #44

Merged
Berack96 merged 6 commits from update-telegram-interaction into main 2025-10-27 12:42:14 +01:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 21bfbf63b3 - Show all commits

View File

@@ -1,4 +1,4 @@
from app.interface.chat import ChatManager from app.interface.chat import ChatManager
from app.interface.telegram_app import TelegramApp from app.interface.telegram import TelegramApp
__all__ = ["ChatManager", "TelegramApp"] __all__ = ["ChatManager", "TelegramApp"]