1 2 3 4 5 6 7
#!/usr/bin/python from geneticone.gui import MainWindow if __name__ == "__main__": m = MainWindow() m.main()