LTA’s Source Code
Currently, the source code is divided as follows:
climodule contains the main entrypoint for the CLI. See cli.parsermodule that contains theargparseargument parser. Think of this as the CLI’s structure. See parser.commandssub-package that contains the functions used to handle inputs. See commands.helperssub-package that contains a number of bits designed to streamline the CLI. See helpers.