mirror of
https://github.com/nasa/trick.git
synced 2024-12-30 09:58:53 +00:00
8 lines
75 B
Python
8 lines
75 B
Python
|
|
def main():
|
|
trick.stop(300.0)
|
|
|
|
if __name__ == "__main__":
|
|
main()
|
|
|