Closed JarbasAl closed 1 month ago
The pull request includes a modification in the import statements within the ovos_PHAL_plugin_network_manager/__init__.py
file. The import paths for the classes AdminPlugin
, AdminValidator
, PHALPlugin
, and PHALValidator
have been updated to reflect their relocation from the ovos_plugin_manager.phal
module to the ovos_plugin_manager.templates.phal
module. This change pertains solely to the organization of the codebase without affecting its functionality.
File | Change Summary |
---|---|
ovos_PHAL_plugin_network_manager/init.py | Changed import paths for AdminPlugin , AdminValidator , PHALPlugin , and PHALValidator from ovos_plugin_manager.phal to ovos_plugin_manager.templates.phal |
In the warren where plugins dwell,
Paths have shifted, all is well.
From phal to templates, they now roam,
In their new home, they feel at home.
Hoppy changes, bright and neat,
A tidy codebase, oh what a treat! 🐰✨
Summary by CodeRabbit