mobts package

Subpackages

Submodules

mobts.main module

Module containing simple demonstration functions.

This module provides basic example functions to demonstrate simple Python functionality.

Functions

hello_world()

Print ‘Hello World!’ to the console.

mobts.main.hello_world()

Print ‘Hello World!’ to the console.

Parameters:

None

Return type:

None

Notes

  • This function simply prints the message ‘Hello World!’ to the standard output.

Module contents