6 lines
178 B
Python
6 lines
178 B
Python
from chains.binaproject_web_client import BinaProjectWebClient
|
|
from supermarket_chain import SupermarketChain
|
|
|
|
|
|
class Maayan2000(BinaProjectWebClient, SupermarketChain):
|
|
pass |