7 lines
186 B
Python
7 lines
186 B
Python
from chains.cerberus_web_client import CerberusWebClient
|
|
from supermarket_chain import SupermarketChain
|
|
|
|
|
|
class TivTaam(CerberusWebClient, SupermarketChain):
|
|
_class_name = 'TivTaam'
|