workspace / harness /F /launch.py
AntonioJun's picture
Replace harness with local workspace contents
72c2042 verified
Raw
History Blame Contribute Delete
146 Bytes
"""Launch one Harness F symbolic-solver condition over selected scenes."""
from harness.F.run import main
if __name__ == "__main__":
main()