test_pkg package

Submodules

test_pkg.test_mod module

test_pkg.test_mod.coucou(person)

Prints a coucou message

Parameters:

person (str) – name of the person

Returns: None

test_pkg.test_mod.hello()

Prints a hello message

Returns: None

Module contents