sdk/oapi-sdk-python-2_main/lark_oapi/api/mdm/v3/version.py

8 lines
242 B
Python
Raw Normal View History

2025-08-18 09:05:41 +00:00
from .resource import *
class V3(object):
def __init__(self, config: Config) -> None:
self.batch_country_region: BatchCountryRegion = BatchCountryRegion(config)
self.country_region: CountryRegion = CountryRegion(config)