trick/test/SIM_leaks/RUN_test/input.py
Alex Lin 9ddc786ace Split test sims and fun sims into separate directories.
Moved most of the rest of the sims to test.

refs #191
2016-02-23 16:19:30 -06:00

10 lines
75 B
Python

def main():
trick.stop(1.0)
if __name__ == "__main__":
main()