7 lines
96 B
Python
7 lines
96 B
Python
# External Compatability Shims
|
|
|
|
from typing_extensions import Protocol
|
|
|
|
|
|
__all__ = ["Protocol"]
|