Files
Medios-Macina/ProviderCore/__init__.py
T

6 lines
164 B
Python
Raw Normal View History

"""Plugin core modules.
2025-12-12 21:55:38 -08:00
This package contains the plugin framework (base types, registry, and shared
2026-04-26 16:49:23 -07:00
helpers). Bundled plugins live in the `plugins/` package.
2025-12-12 21:55:38 -08:00
"""