Files
jumpserver/apps/authentication/models/__init__.py
2024-08-05 15:22:54 +08:00

8 lines
201 B
Python

from .access_key import *
from .connection_token import *
from .private_token import *
from .ssh_key import *
from .sso_token import *
from .temp_token import *
from ..backends.passkey.models import *