# -*- coding: utf-8 -*-
# Copyright (c) 2017-18 Richard Hull and contributors
# See LICENSE.rst for details.

from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
