jumpserver/apps/authentication/api/lark.py
2024-03-26 17:10:25 +08:00

9 lines
200 B
Python

from common.utils import get_logger
from .feishu import FeiShuEventSubscriptionCallback
logger = get_logger(__name__)
class LarkEventSubscriptionCallback(FeiShuEventSubscriptionCallback):
pass