update commit prev

This commit is contained in:
2026-04-26 16:49:23 -07:00
parent 39ee857559
commit bfd5c20dc3
25 changed files with 231 additions and 77 deletions
+4 -9
View File
@@ -1,11 +1,6 @@
"""Built-in plugin modules.
"""Legacy compatibility package.
Concrete built-in plugins live in this package.
The public registry lives in ProviderCore.registry.
Bundled runtime plugins now live under ``plugins/``. This package remains only
for helper modules and backwards-compatible imports that have not been removed
yet.
"""
# Register providers with the strict ResultTable adapter system
try:
from . import alldebrid
except Exception:
pass