print(MyClass.version) # 1.0
order = Order() order.quantity = 10 # Works
c = Concrete() c.process() Logging start Validating Base Logging end
print(MyClass.version) # 1.0
order = Order() order.quantity = 10 # Works
c = Concrete() c.process() Logging start Validating Base Logging end
Support