mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 05:07:54 +00:00
9ddc786ace
Moved most of the rest of the sims to test. refs #191
10 lines
75 B
Python
10 lines
75 B
Python
|
|
def main():
|
|
|
|
trick.stop(1.0)
|
|
|
|
if __name__ == "__main__":
|
|
main()
|
|
|
|
|