LTA’s Source Code

Currently, the source code is divided as follows:

  • cli module contains the main entrypoint for the CLI. See cli.

  • parser module that contains the argparse argument parser. Think of this as the CLI’s structure. See parser.

  • commands sub-package that contains the functions used to handle inputs. See commands.

  • helpers sub-package that contains a number of bits designed to streamline the CLI. See helpers.