Spaces:
Running
Running
File size: 204 Bytes
0157ac7 | 1 2 3 4 5 6 7 8 | """Canonical provider id tuple (re-exported from the provider catalog)."""
from __future__ import annotations
from .provider_catalog import SUPPORTED_PROVIDER_IDS
__all__ = ("SUPPORTED_PROVIDER_IDS",)
|