MCPcopy Create free account
hub / github.com/ehForwarderBot/ehForwarderBot / __init__

Method __init__

ehforwarderbot/wizard.py:50–55  ·  view source on GitHub ↗
(self, profile)

Source from the content-addressed store, hash-verified

48
49class DataModel:
50 def __init__(self, profile):
51 self.profile = profile
52
53 self.yaml = YAML()
54 self.config = None
55 self.modules: Dict[str, Module] = {}
56
57 @staticmethod
58 def default_config():

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected