mirror of
https://github.com/nasa/trick.git
synced 2025-01-03 03:46:44 +00:00
10 lines
75 B
Python
10 lines
75 B
Python
|
|
def main():
|
|
|
|
trick.stop(1.0)
|
|
|
|
if __name__ == "__main__":
|
|
main()
|
|
|
|
|