replaced the member '_class_name' by the 'class.__name__'

This commit is contained in:
KorenLazar
2021-02-07 08:18:22 +02:00
parent 67bff9fa76
commit 9983d07c2b
17 changed files with 11 additions and 55 deletions

View File

@@ -1,5 +1,6 @@
from chains.mahsaneiHashook import MahsaneiHashook
from supermarket_chain import SupermarketChain
class Victory(MahsaneiHashook):
class Victory(MahsaneiHashook, SupermarketChain):
pass