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

12 lines
298 B
Python

from cerberus_web_client import CerberusWebClient
from supermarket_chain import SupermarketChain
class HaziHinam(CerberusWebClient, SupermarketChain):
_date_hour_format = '%Y-%m-%d %H:%M:%S'
_class_name = 'HaziHinam'
@property
def username(self):
return self._class_name