main module

This is the main page, Execution begins here.

main.glob_var = 0

A global variable

main.main()

This is the main main function

main.print_msg(msg)

Prints a message

Parameters:
  • msg – message to be printed

  • other – Another param.

Returns:

None