#!/usr/bin/python3

import sys

from twisted.conch.scripts.tkconch import run


if __name__ == "__main__":
    sys.exit(run())
