# -*- coding: utf-8 -*-
"""Wkhtmltopdf python wrapper to convert html to image using the webkit rendering engine and qt."""

__author__ = "jarrekk"
__contact__ = "me@jarrekk.com"
__homepage__ = "https://github.com/jarrekk/imgkit"
__license__ = "MIT"

from .api import config, from_file, from_string, from_url
from .imgkit import IMGKit
