7 lines
205 B
Python
7 lines
205 B
Python
"""Plugin core modules.
|
|
|
|
This package contains the plugin framework (base types, registry, and shared
|
|
helpers). Built-in plugins continue to live in the `Provider/` package for
|
|
backward compatibility.
|
|
"""
|