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