7 lines
181 B
Python
7 lines
181 B
Python
from chains.binaproject_web_client import BinaProjectWebClient
|
|
from supermarket_chain import SupermarketChain
|
|
|
|
|
|
class ZolVebegadol(BinaProjectWebClient, SupermarketChain):
|
|
pass
|