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