mirror of
https://github.com/nasa/trick.git
synced 2025-01-27 22:59:31 +00:00
8 lines
75 B
Python
8 lines
75 B
Python
|
|
def main():
|
|
trick.stop(300.0)
|
|
|
|
if __name__ == "__main__":
|
|
main()
|
|
|