Las variables de clase de Python hacen blobal

x = 10

class myClass1():
  global x # This takes the variable x outside this class
Poor Pygmy