video-stream/program/__main__.py
Tofik Denianto e1a02c3a0c
no
2021-10-30 02:19:55 +07:00

14 lines
304 B
Python

import os
from pyrogram import Client, idle
from pytgcalls import PyTgCalls
from pytgcalls import idle as engine
from driver.veez import bot, call_py
from program import __version__
bot.start()
print(f"program v{__version__} started !")
call_py.start()
print("program client started !")
engine()
idle()