8 lines
234 B
Python
8 lines
234 B
Python
from chains.binaproject_web_client import BinaProjectWebClient
|
|
from supermarket_chain import SupermarketChain
|
|
|
|
|
|
class ShukHayir(BinaProjectWebClient, SupermarketChain):
|
|
@property
|
|
def hostname_prefix(self): return "shuk-hayir"
|