#!/usr/bin/python3
# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.
import sys

try:
    import _preamble
except ImportError:
    pass

from twisted.scripts.htmlizer import run
run()
