#!/usr/bin/python3

import sys

from vncdotool.command import vncdo


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