8 lines
177 B
Python
8 lines
177 B
Python
from core.transports.capabilities import (
|
|
capability_snapshot,
|
|
supports,
|
|
unsupported_reason,
|
|
)
|
|
|
|
__all__ = ["supports", "unsupported_reason", "capability_snapshot"]
|