mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +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()
|
|
|
|
|