Remove importlib-metadata and importlib-resources

This commit is contained in:
JonnyWong16 2023-08-24 13:49:16 -07:00
commit 38435ae81c
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
53 changed files with 0 additions and 3678 deletions

View file

@ -1,17 +0,0 @@
"""Read resources contained within a package."""
from ._common import (
as_file,
files,
Package,
)
from .abc import ResourceReader
__all__ = [
'Package',
'ResourceReader',
'as_file',
'files',
]