Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
class
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