mirror of
https://github.com/miloszowi/everyone-mention-telegram-bot.git
synced 2025-05-20 09:14:07 +00:00
7 lines
83 B
Python
7 lines
83 B
Python
from src.app import App
|
|
|
|
if __name__ == "__main__":
|
|
app = App()
|
|
|
|
app.run()
|