mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
0144cc121a
Moved more sims into the test directory. refs #191
8 lines
74 B
Python
8 lines
74 B
Python
|
|
def main():
|
|
trick.stop(30.0)
|
|
|
|
if __name__ == "__main__":
|
|
main()
|
|
|