jumpserver/apps/authentication/models/__init__.py
2022-10-27 17:20:31 +08:00

6 lines
138 B
Python

from .access_key import *
from .connection_token import *
from .private_token import *
from .sso_token import *
from .temp_token import *