File size: 130 Bytes
5edc508
 
7956eb0
 
 
5edc508
 
 
1
2
3
4
5
6
7
8
9
from pyrogram import idle

from Powers.bot_class import Gojo

if __name__ == "__main__":
    Gojo().start()
    await idle()