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

13 lines
302 B
Python

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