mirror of
https://github.com/JHUAPL/OpenXNAV.git
synced 2026-01-09 22:57:55 -05:00
7 lines
76 B
Python
7 lines
76 B
Python
from app import MainApp
|
|
|
|
|
|
# run
|
|
if __name__ == '__main__':
|
|
MainApp().run()
|