Source code for friendblend.global_vars

"""
Stores all global values
"""


[docs]def initialize(): """ Add all global variables here and give an initial value """ global logging_indent logging_indent = 0