ExampleClass
ExampleClass.get_var()
add_one()
An example class doing example things.
Gets a variable of the class.
Variable.
int
A function to add one to a number.
number (int) – A number.
number + 1