__init__.py 266 B

12345678
  1. # -*- coding: utf-8 -*-
  2. # Copyright (c) 2017-2019 Richard Hull and contributors
  3. # See LICENSE.rst for details.
  4. try:
  5. __import__('pkg_resources').declare_namespace(__name__)
  6. except ImportError:
  7. __path__ = __import__('pkgutil').extend_path(__path__, __name__)