We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d6e24d + 941a19c commit 4f01b39Copy full SHA for 4f01b39
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