Skip to main content

main

No overview available.

def main() - > Any

Executes the primary application logic by invoking the main application entry point.

Returns

TypeDescription
AnyThe result returned by the application's execution, which varies based on the app's internal logic.