from UIView import * from UIModell import * from UIController import * model = Modell() view = View() controller = Controller(model,view) controller.test()