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

7 lines
181 B
Python

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