foo package

Submodules

foo.constants module

foo.enums module

class foo.enums.Constant

Bases: object

This is the enums module which documents constants

CONSTANT_1 = 1
CONSTANT_2 = 2
CONSTANT_3 = 3
CONSTANT_4 = 4
CONSTANT_5 = 5
CONSTANT_6 = 6
CONSTANT_7 = 7

foo.utils module

foo.utils.do_nothing()

this function does nothing

Module contents