Files
jumpserver/apps/authentication/models/__init__.py
2024-07-09 18:49:51 +08:00

8 lines
179 B
Python

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