Ejemplo n.º 1
0
#!/usr/bin/env python3

from lab import main

main()
Ejemplo n.º 2
0
    def onPyQt(self, event):

        lab.main()  # lab's main function is called (this is a different file)
Ejemplo n.º 3
0
	def onPyQT(self,event):
		lab.main()