DEBSOURCES
Skip Quicknav
sources / django-wkhtmltopdf / 3.4.0-1 / wkhtmltopdf / __init__.py
123456
import os if 'DJANGO_SETTINGS_MODULE' in os.environ: from .utils import * __author__ = 'Incuna Ltd' __version__ = '3.4.0'