mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 13:43:10 +00:00
10 lines
75 B
Python
10 lines
75 B
Python
|
|
||
|
def main():
|
||
|
|
||
|
trick.stop(1.0)
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
main()
|
||
|
|
||
|
|