#!/home/vnc/workspace/feature-vnctalk-integration-FXJDBTLM4MZSAPXPU6LP33QUL4IY3HT2JN44AVGTILV6SBH7TBSA/.env/bin/python
# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.
import sys

try:
    import _preamble
except ImportError:
    sys.exc_clear()

from twisted.scripts.htmlizer import run
run()
