replaced the member '_class_name' by the 'class.__name__'
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from chains.mahsaneiHashook import MahsaneiHashook
|
||||
from supermarket_chain import SupermarketChain
|
||||
|
||||
|
||||
class Bareket(MahsaneiHashook):
|
||||
class Bareket(MahsaneiHashook, SupermarketChain):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user