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