/
githubmirror
/
nbs
Обзор
Документация
Войти
/
githubmirror
/
nbs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
contrib/tools/python3/Lib/importlib/readers.py
12 строк
327 B
Anton Myagkov
Update ydb version to 24.4 (#4579)
07 фев 2026, 11:59
Не верифицирован
07 фев 2026, 11:59
2c21cae
Код
Авторство
О чём код?
""" 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']