Add backports.zoneinfo-0.2.1

This commit is contained in:
JonnyWong16 2021-10-14 23:36:30 -07:00
commit 624ae06b35
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
8 changed files with 1232 additions and 1 deletions

View file

@ -1 +1,5 @@
__import__('pkg_resources').declare_namespace(__name__)
# A Python "namespace package" http://www.python.org/dev/peps/pep-0382/
# This always goes inside of a namespace package's __init__.py
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__) # type: ignore