Files
supermarket-scraping/chains/co_op.py

7 lines
156 B
Python

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