Skip to content

Commit

Permalink
PHAL
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 6, 2021
1 parent d25e29e commit c7ad03e
Show file tree
Hide file tree
Showing 3 changed files with 415 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ovos_plugin_manager/phal.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from ovos_plugin_manager.utils import find_plugins, PluginTypes
from ovos_plugin_manager.templates.phal import PHALPlugin

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

Loading

0 comments on commit c7ad03e

Please sign in to comment.