mirror of
https://github.com/nasa/trick.git
synced 2024-12-24 23:36:43 +00:00
0144cc121a
Moved more sims into the test directory. refs #191
9 lines
109 B
Python
9 lines
109 B
Python
|
|
def main():
|
|
trick.checkpoint_pre_init(True)
|
|
trick.stop(1.0)
|
|
|
|
if __name__ == "__main__":
|
|
main()
|
|
|