sdk/oapiSdk/lark_oapi/api/ehr/v1/version.py

8 lines
200 B
Python

from .resource import *
class V1(object):
def __init__(self, config: Config) -> None:
self.attachment: Attachment = Attachment(config)
self.employee: Employee = Employee(config)