2026-04-19 00:41:09 -07:00
|
|
|
"""Built-in plugin modules.
|
2025-12-11 19:04:02 -08:00
|
|
|
|
2026-04-19 00:41:09 -07:00
|
|
|
Concrete built-in plugins live in this package.
|
|
|
|
|
The public registry lives in ProviderCore.registry.
|
2025-12-11 19:04:02 -08:00
|
|
|
"""
|
2026-01-07 11:01:13 -08:00
|
|
|
|
|
|
|
|
# Register providers with the strict ResultTable adapter system
|
|
|
|
|
try:
|
|
|
|
|
from . import alldebrid
|
|
|
|
|
except Exception:
|
|
|
|
|
pass
|