6 lines
164 B
Python
6 lines
164 B
Python
"""Plugin core modules.
|
|
|
|
This package contains the plugin framework (base types, registry, and shared
|
|
helpers). Bundled plugins live in the `plugins/` package.
|
|
"""
|