| Server IP : 217.160.0.216 / Your IP : 216.73.217.104 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u116689255 ( 10217649) PHP Version : 8.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3.13/importlib/ |
Upload File : |
"""
Compatibility shim for .resources.readers as found on Python 3.10.
Consumers that can rely on Python 3.11 should use the other
module directly.
"""
from .resources.readers import (
FileReader, ZipReader, MultiplexedPath, NamespaceReader,
)
__all__ = ['FileReader', 'ZipReader', 'MultiplexedPath', 'NamespaceReader']