mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-04-29 03:44:41 +00:00
8 lines
185 B
Python
8 lines
185 B
Python
from .feishu import FeiShuTestingAPI
|
|
from .. import serializers
|
|
|
|
|
|
class LarkTestingAPI(FeiShuTestingAPI):
|
|
category = 'LARK'
|
|
serializer_class = serializers.LarkSettingSerializer
|