Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
400a1cebc743515e40157ed7af86e48d654290ce
/
.
/
Lib
/
importlib
/
resources
/
__init__.py
blob: e6b60c18caa05288676c98d09a9db1ea2be2731d [
file
] [
log
] [
blame
]
"""Read resources contained within a package."""
from
.
_common
import
(
as_file
,
files
,
Package
,
)
from
.
abc
import
ResourceReader
__all__
=
[
'Package'
,
'ResourceReader'
,
'as_file'
,
'files'
,
]