app.common

Functions

common_function_01()

Does nothing without any external arguments.

common_function_02(name[, label])

Does nothing but that's ok.

Classes

UserData(name)

Stores user data

app.common.common_function_01()

Does nothing without any external arguments.

app.common.common_function_02(name: str, label: Optional[str] = None)

Does nothing but that’s ok.

class app.common.UserData(name: str)

Stores user data

say_hi()

Says hi.