MCPcopy Create free account
hub / github.com/RawdogReverend/TermNet / __init__

Method __init__

run.py:14–18  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

12
13class TermNetLauncher:
14 def __init__(self):
15 self.root_dir = Path(__file__).parent.absolute()
16 self.backend_process = None
17 self.extension_processes = []
18 self.ui_process = None
19
20 def cleanup(self, signum=None, frame=None):
21 """Clean up all processes"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected