Files
supermarket-scraping/chains/victory.py

7 lines
159 B
Python

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