__init__.py 76 B

123
  1. from pkgutil import extend_path
  2. __path__ = extend_path(__path__, __name__)