Пример #1
0
 def __init__(self, docker_backend, ui):
     self.ui = ui
     self.widget = MainListBox(docker_backend, ui)
     super().__init__()