5 lines
68 B
Python
5 lines
68 B
Python
from assistant.cli import run
|
|
|
|
if __name__ == "__main__":
|
|
run()
|