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