Delete __main__.py

This commit is contained in:
Tofik Denianto 2021-10-30 01:48:23 +07:00 committed by GitHub
parent 42ae531c0b
commit 8ed427e449
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +0,0 @@
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()