Merge pull request #2970 from MycroftAI/feature/mycroft-skills-adaptintent

Provide AdaptIntent from mycroft.skills
pull/2979/head
Chris Veilleux 2021-08-13 14:53:46 -05:00 committed by GitHub
commit 8fcfa901c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ These classes, decorators and functions are used to build skills for Mycroft.
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