diff --git a/mycroft/skills/__init__.py b/mycroft/skills/__init__.py index 2deb9d2e4b3a..c6617da7b92e 100644 --- a/mycroft/skills/__init__.py +++ b/mycroft/skills/__init__.py @@ -20,6 +20,7 @@ from .mycroft_skill import (MycroftSkill, intent_handler, intent_file_handler, resting_screen_handler, skill_api_method) +from .intent_service import AdaptIntent from .fallback_skill import FallbackSkill from .common_iot_skill import CommonIoTSkill from .common_play_skill import CommonPlaySkill, CPSMatchLevel