mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 12:51:35 +00:00
10 lines
96 B
Python
10 lines
96 B
Python
|
from core.bot import bot
|
||
|
|
||
|
|
||
|
def main():
|
||
|
bot.launch()
|
||
|
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
main()
|