has added binaproject clients

This commit is contained in:
KorenLazar
2021-02-07 10:46:54 +02:00
parent 9983d07c2b
commit 850d3963fe
11 changed files with 70 additions and 28 deletions

7
chains/king_store.py Normal file
View File

@@ -0,0 +1,7 @@
from chains.binaproject_web_client import BinaProjectWebClient
from supermarket_chain import SupermarketChain
class KingStore(BinaProjectWebClient, SupermarketChain):
_path_prefix = "Food_Law"
_hostname_suffix = ".co.il"