Files
Medios-Macina/Provider/__init__.py
T

12 lines
258 B
Python
Raw Normal View History

"""Built-in plugin modules.
2025-12-11 19:04:02 -08: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