韩宇
init
1b7e88c
raw
history blame contribute delete
165 Bytes
from typing import Any
from omagent_core.base import BotBase
class ConnectorBase(BotBase):
@property
def client(self) -> Any:
return self._client