5 lines
60 B
Python
5 lines
60 B
Python
|
|
from . import bot
|
||
|
|
|
||
|
|
if __name__ == '__main__':
|
||
|
|
bot.run()
|