# this module is used in tests

class Bar:

    X = 1

bar = Bar()

foo_value = 1

def get_foo_value():
    return foo_value
