jumpserver/apps/accounts/models/__init__.py

6 lines
117 B
Python

from .account import *
from .automations import *
from .base import *
from .template import *
from .virtual import *