sdk/oapiSdk/lark_oapi/api/block/v2/version.py

8 lines
185 B
Python
Raw Permalink Normal View History

2025-08-19 10:20:23 +00:00
from .resource import *
class V2(object):
def __init__(self, config: Config) -> None:
self.entity: Entity = Entity(config)
self.message: Message = Message(config)