File size: 165 Bytes
1b7e88c
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
from typing import Any

from omagent_core.base import BotBase


class ConnectorBase(BotBase):
    @property
    def client(self) -> Any:
        return self._client