__init__.py 75 B

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