__init__.py 178 Bytes
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
from .structure import RENDERER


def includeme(config):
    config.add_renderer(RENDERER, '.renderer.Renderer')