has added many chains
This commit is contained in:
11
hazi_hinam.py
Normal file
11
hazi_hinam.py
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
Reference in New Issue
Block a user