jumpserver/apps/accounts/models/__init__.py

7 lines
188 B
Python

from .account import * # noqa
from .base import * # noqa
from .automations import * # noqa
from .template import * # noqa
from .virtual import * # noqa
from .service import * # noqa