#!/usr/bin/python3

import sys

from tomcli.cli.formatters import APP


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