#!/usr/bin/python3

import sys

from vncdotool.command import vnclog


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