6 lines
71 B
Python
6 lines
71 B
Python
from session_bot.bot import run
|
|
|
|
|
|
if __name__ == "__main__":
|
|
run()
|