MCPcopy
hub / github.com/Sathvik-Rao/ClipCascade / __init__

Method __init__

ClipCascade_Desktop/src/main.py:16–17  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14
15class Main:
16 def __init__(self):
17 Application().run()
18
19def main():
20 Main()

Callers

nothing calls this directly

Calls 2

ApplicationClass · 0.90
runMethod · 0.45

Tested by

no test coverage detected