Skip to main content

main

No overview available.

def main() - > None

Serves as the primary entry point for the application by invoking the command-line interface logic.

Returns

TypeDescription
NoneNothing is returned as the function executes the CLI process and then terminates.