mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
cf4bbfdfe8
Moved the 2 thread directories. refs #191
11 lines
117 B
Python
11 lines
117 B
Python
|
|
# empty
|
|
|
|
def main():
|
|
trick.real_time_enable()
|
|
trick.itimer_enable()
|
|
|
|
if __name__ == "__main__":
|
|
main()
|
|
|