"""TODO.""" from secpipe_cli.application import application def main() -> None: """TODO.""" application() if __name__ == "__main__": main()