aiotus.entrypoint module

Defines the commands for executing the module directly.

aiotus.entrypoint.main(argv)[source]

Entrypoint function for when the module is executed directly.

Parameters:

argv (list[str]) – The command line arguments to the program.

Return type:

int

Returns:

Exit status for the program.