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

6 lines
185 B
Python

from chains.binaproject_web_client import BinaProjectWebClient
from supermarket_chain import SupermarketChain
class ShefaBirkatHashem(BinaProjectWebClient, SupermarketChain):
pass