mirror of
https://github.com/nasa/trick.git
synced 2025-02-06 19:09:20 +00:00
8 lines
74 B
Python
8 lines
74 B
Python
|
|
def main():
|
|
trick.stop(30.0)
|
|
|
|
if __name__ == "__main__":
|
|
main()
|
|
|