Files
supermarket-scraping/chains/shuk_hayir.py
2021-02-07 10:46:54 +02:00

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"