MCPcopy Create free account
hub / github.com/MycroftAI/mycroft-gui / __init__

Method __init__

documentation/skill-example/__init__.py:13–14  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11 Example Skill Showcasing All Delegates
12 """
13 def __init__(self):
14 super().__init__("SkillExample")
15
16 def initialize(self):
17 # Handle Menu and Navigation

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected