Files
GIA/core/transports/__init__.py

8 lines
177 B
Python

from core.transports.capabilities import (
capability_snapshot,
supports,
unsupported_reason,
)
__all__ = ["supports", "unsupported_reason", "capability_snapshot"]