MCPcopy Index your code
hub / github.com/AmberSahdev/Open-Interface / __init__

Method __init__

app/ui.py:20–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18
19class UI:
20 def __init__(self):
21 self.main_window = self.MainWindow()
22
23 def run(self) -> None:
24 self.main_window.mainloop()

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected