jumpserver/apps/authentication/models/__init__.py

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 *