main
No overview available.
def main() - > None
Serves as the primary entry point for the application by invoking the command-line interface logic.
Returns
| Type | Description |
|---|---|
None | Nothing is returned as the function executes the CLI process and then terminates. |