Ejemplo n.º 1
0
 def __init__(self, client: BaseClient):
     self._table = client.Table('Channels')
Ejemplo n.º 2
0
 def __init__(self, client: BaseClient):
     self._table = client.Table('Keywords')
Ejemplo n.º 3
0
 def __init__(self, client: BaseClient):
     self.__client = client
     self._table = client.Table('Users')