-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor/merge BaseSkill and OVOSSkill (#133)
- Loading branch information
Showing
13 changed files
with
2,191 additions
and
2,420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,4 @@ dist | |
|
||
# Created by unit tests | ||
.pytest_cache/ | ||
/.gtm/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
from ovos_workshop.skills.ovos import MycroftSkill, OVOSSkill, OVOSFallbackSkill | ||
from ovos_workshop.skills.idle_display_skill import IdleDisplaySkill | ||
from ovos_workshop.decorators.layers import IntentLayers | ||
from ovos_workshop.skills.ovos import OVOSSkill, OVOSFallbackSkill | ||
from ovos_workshop.skills.idle_display_skill import IdleDisplaySkill | ||
from ovos_workshop.skills.mycroft_skill import MycroftSkill | ||
|
Oops, something went wrong.