main
No overview available.
def main() - > Any
Executes the primary application logic by invoking the main application entry point.
Returns
| Type | Description |
|---|---|
Any | The result returned by the application's execution, which varies based on the app's internal logic. |