2026-03-19 23:18:12 +00:00

5 lines
80 B
Python

from graph_of_thoughts.api.app import run
if __name__ == "__main__":
run()