Files

7 lines
96 B
Python
Raw Permalink Normal View History

2025-06-27 16:06:02 +00:00
# External Compatability Shims
from typing_extensions import Protocol
__all__ = ["Protocol"]