#!/usr/bin/python3

import sys

from falcon.cmd.inspect_app import route_main


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