Expand description
Unified Plugin Manager
This module provides a unified interface for the plugin system that works
regardless of whether the plugins feature is enabled. When plugins are
disabled, all methods are no-ops, avoiding the need for cfg attributes
scattered throughout the codebase.
Structsยง
- Plugin
Manager - Unified plugin manager that abstracts over the plugin system.