5 lines
80 B
Python
5 lines
80 B
Python
from graph_of_thoughts.api.app import run
|
|
|
|
if __name__ == "__main__":
|
|
run()
|