Files
supermarket-scraping/chains/bareket.py

7 lines
159 B
Python

from chains.mahsaneiHashook import MahsaneiHashook
from supermarket_chain import SupermarketChain
class Bareket(MahsaneiHashook, SupermarketChain):
pass