Пример #1
0
 def __init__(self, context):
     self.context = context
     if self.context.debug:
         print("init command debug")
     try:
         value = Default.get_debug()
     except:
         Default.set_debug("off")