MCPcopy Create free account
hub / github.com/intelowlproject/IntelOwl / __init__

Method __init__

api_app/engines_manager/classes.py:7–8  ·  view source on GitHub ↗
(self, job: Job)

Source from the content-addressed store, hash-verified

5
6class EngineModule:
7 def __init__(self, job: Job):
8 self.job = job
9
10 def run(self) -> Dict[str, Any]:
11 raise NotImplementedError("Method run not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected