jumpserver/apps/accounts/models/__init__.py

7 lines
192 B
Python

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