2026-06-29 01:18:46 +02:00
|
|
|
"""Built-in plugins directory.
|
|
|
|
|
|
|
|
|
|
Each module in this package that exports a BasePlugin subclass will be
|
2026-08-16 01:17:18 +02:00
|
|
|
discovered automatically by the plugin registry on application startup
|
|
|
|
|
via pkgutil.iter_modules — no manual imports needed here.
|
2026-06-29 14:01:24 +02:00
|
|
|
|
2026-08-16 01:17:18 +02:00
|
|
|
Subdirectory plugins (tags, permissions, entity_links, mail, etc.) export
|
|
|
|
|
their plugin class via __init__.py so the registry can discover them as packages.
|
2026-06-29 01:18:46 +02:00
|
|
|
"""
|