mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 21:53:10 +00:00
9 lines
108 B
Python
9 lines
108 B
Python
|
|
||
|
def main():
|
||
|
trick.real_time_enable()
|
||
|
trick.itimer_enable()
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
main()
|
||
|
|