Example #1
0
def runbot():
    from bot import bot
    bot.main()
Example #2
0
def start():
    from bot.bot import main
    main()
Example #3
0
from bot.bot import main

if __name__ == '__main__':
    main()
Example #4
0
from bot import bot

if __name__ == '__main__':
    bot.main()