Files
2025-06-27 16:06:02 +00:00

7 lines
96 B
Python

# External Compatability Shims
from typing_extensions import Protocol
__all__ = ["Protocol"]