startTakeover.py
Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 
00003 from GUI.mainWindow import MainWindow
00004 from PyQt4.QtGui import *
00005 import sys
00006 __author__ = 'caja'
00007 
00008 
00009 def main():
00010     app = QApplication(sys.argv)
00011     form = MainWindow()
00012     form.show()
00013     form.on_load()
00014     app.exec_()
00015 
00016 
00017 if __name__ == '__main__':
00018     main()


ric_board
Author(s): RoboTiCan
autogenerated on Fri Oct 27 2017 03:02:31