1
0
mirror of https://github.com/jumpserver/jumpserver.git synced 2025-05-03 13:46:33 +00:00
jumpserver/apps/authentication/views/__init__.py
2024-03-26 17:10:25 +08:00

10 lines
174 B
Python

# -*- coding: utf-8 -*-
#
from .dingtalk import *
from .feishu import *
from .lark import *
from .login import *
from .mfa import *
from .slack import *
from .wecom import *