trick/trick_sims/SIM_stls3/RUN_test/input.py

9 lines
109 B
Python
Raw Normal View History

2015-02-26 15:02:31 +00:00
def main():
trick.checkpoint_pre_init(True)
trick.stop(1.0)
if __name__ == "__main__":
main()