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