We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d6e24d commit 941a19cCopy full SHA for 941a19c
1 file changed
importlib_resources/__init__.py
@@ -7,7 +7,8 @@
7
8
if sys.version_info >= (3,):
9
from importlib_resources._py3 import (
10
- contents, is_resource, open, path, read)
+ contents, is_resource, open, path, read, Package, Resource)
11
+ from importlib_resources.abc import ResourceReader
12
else:
13
from importlib_resources._py2 import (
14
contents, is_resource, open, path, read)
0 commit comments