Skip to content

Commit ae2f5dc

Browse files
committed
feat/ovos_conf from ovos_utils
logic moved to ovos_utils OpenVoiceOS/ovos-utils#12
1 parent 1157418 commit ae2f5dc

File tree

2 files changed

+170
-158
lines changed

2 files changed

+170
-158
lines changed

ovos_plugin_manager/phal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from ovos_plugin_manager.utils import find_plugins, PluginTypes
2-
from ovos_plugin_manager.templates.phal import PHALPlugin
2+
from ovos_plugin_manager.templates.phal import PHALPlugin, PHALMouthPlugin, PHALEyesPlugin
33

44
def find_phal_plugins():
55
return find_plugins(PluginTypes.PHAL)

0 commit comments

Comments
 (0)