mirror of
https://github.com/arkorty/B.Tech-Project-III.git
synced 2026-04-19 12:41:48 +00:00
init
This commit is contained in:
9
thirdeye/run_bot.py
Normal file
9
thirdeye/run_bot.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""Entry point to run the ThirdEye Telegram bot."""
|
||||
import sys
|
||||
import os
|
||||
sys.path.insert(0, os.path.dirname(__file__))
|
||||
|
||||
from backend.bot.bot import run_bot
|
||||
|
||||
if __name__ == "__main__":
|
||||
run_bot()
|
||||
Reference in New Issue
Block a user