Skip to main content

main

No overview available.

def main() - > None

Executes the main function of the command-line interface (CLI). This function serves as the entry point for the application when run from the command line.

Returns

TypeDescription
NoneThis function does not return any value.