Skip to content

Commit

Permalink
feat/ovos_conf from ovos_utils
Browse files Browse the repository at this point in the history
logic moved to ovos_utils OpenVoiceOS/ovos-utils#12
  • Loading branch information
JarbasAl committed Dec 3, 2021
1 parent 1157418 commit ae2f5dc
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 158 deletions.
2 changes: 1 addition & 1 deletion ovos_plugin_manager/phal.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from ovos_plugin_manager.utils import find_plugins, PluginTypes
from ovos_plugin_manager.templates.phal import PHALPlugin
from ovos_plugin_manager.templates.phal import PHALPlugin, PHALMouthPlugin, PHALEyesPlugin

def find_phal_plugins():
return find_plugins(PluginTypes.PHAL)
Expand Down

0 comments on commit ae2f5dc

Please sign in to comment.