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

8 lines
231 B
Python

from chains.binaproject_web_client import BinaProjectWebClient
from supermarket_chain import SupermarketChain
class KingStore(BinaProjectWebClient, SupermarketChain):
_path_prefix = "Food_Law"
_hostname_suffix = ".co.il"