jumpserver/apps/authentication/models/__init__.py

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 *