#!python

import sys
from terminus_tool import run

# Entry point.
if __name__ == "__main__":
    run(sys.argv[1:])

