jumpserver/apps/authentication/api/lark.py

9 lines
200 B
Python
Raw Normal View History

2024-03-22 10:05:43 +00:00
from common.utils import get_logger
from .feishu import FeiShuEventSubscriptionCallback
logger = get_logger(__name__)
class LarkEventSubscriptionCallback(FeiShuEventSubscriptionCallback):
pass