jumpserver/apps/accounts/models/__init__.py

5 lines
102 B
Python

from .base import *
from .account import *
from .automations import *
from .gathered_account import *