7 lines
159 B
Python
7 lines
159 B
Python
from chains.mahsaneiHashook import MahsaneiHashook
|
|
from supermarket_chain import SupermarketChain
|
|
|
|
|
|
class Victory(MahsaneiHashook, SupermarketChain):
|
|
pass
|