7 lines
79 B
Python
7 lines
79 B
Python
|
|
"""
|
||
|
|
Python polyfills for sys
|
||
|
|
"""
|
||
|
|
|
||
|
|
|
||
|
|
__all__ = [] # type: ignore[var-annotated]
|