File size: 98 Bytes
be62f09
 
 
 
 
1
2
3
4
5
6
from src.telegram_bot import main as telegram_bot


if __name__ == "__main__":
    telegram_bot()