module documentation

This module contains the ACME CSE implementation. It is the main module of the ACME CSE.

Function main Main function of the ACME CSE.
Function parseArgs Parse the command line arguments.
def main():

Main function of the ACME CSE.

def parseArgs() -> argparse.Namespace:

Parse the command line arguments.

Returns
argparse.NamespaceThe parsed arguments.