mirror of
https://github.com/nasa/trick.git
synced 2025-01-09 14:32:53 +00:00
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()
|
|
|