idea174-catopt-swarm/solver.py

6 lines
74 B
Python

from catopt_swarm.cli import main
if __name__ == "__main__":
main()