jumpserver/apps/accounts/api/automations/__init__.py

5 lines
108 B
Python

from .base import *
from .change_secret import *
from .gather_accounts import *
from .push_account import *