Files
supermarket-scraping/tiv_taam.py
2021-02-06 21:42:31 +02:00

11 lines
250 B
Python

from 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