global_variable = "test" class TestClass: def test(self): return global_variable