#!/usr/bin/python3

import sys

from ttp.ttp import cli_tool


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