trick/test/SIM_test_inherit/RUN_test/input.py
Alex Lin 0144cc121a Split test sims and fun sims into separate directories.
Moved more sims into the test directory.

refs #191
2016-02-23 14:38:49 -06:00

8 lines
74 B
Python

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