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
| Type | Description |
|---|---|
None | This function does not return any value. |