video-stream/program/__main__.py
2021-10-30 00:27:32 +05:30

14 lines
328 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__
await bot.start()
print(f"program v{__version__} started !")
await call_py.start()
print("program client started !")
await engine()
await idle()