6 lines
81 B
Python
6 lines
81 B
Python
from assistant_bot.application import run
|
|
|
|
|
|
if __name__ == "__main__":
|
|
run()
|