Add jaraco.functools-2.0

This commit is contained in:
JonnyWong16 2019-11-23 19:03:22 -08:00
commit 31ab5daa91
2 changed files with 468 additions and 0 deletions

1
lib/jaraco/__init__.py Normal file
View file

@ -0,0 +1 @@
__path__ = __import__('pkgutil').extend_path(__path__, __name__)