#!/usr/bin/python3

import sys

from twisted.application.twist._twist import Twist


if __name__ == "__main__":
    sys.exit(Twist.main())
