Rename telegram file

This commit is contained in:
2025-10-23 11:23:34 +02:00
parent 2e092d3f25
commit 21bfbf63b3
2 changed files with 1 additions and 1 deletions

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"]