1from pkgutil import extend_path
2
3__path__ = extend_path(__path__, __name__)
4