Files
supermarket-scraping/chains/tiv_taam.py
2021-02-06 22:53:18 +02:00

11 lines
257 B
Python

from chains.cerberus_web_client import CerberusWebClient
from supermarket_chain import SupermarketChain
class TivTaam(CerberusWebClient, SupermarketChain):
_class_name = 'TivTaam'
@property
def username(self):
return self._class_name