Delete __main__.py
This commit is contained in:
parent
42ae531c0b
commit
8ed427e449
@ -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()
|
Loading…
Reference in New Issue
Block a user