jumpserver/apps/accounts/tasks/__init__.py
2023-12-08 14:13:55 +08:00

8 lines
199 B
Python

from .automation import *
from .backup_account import *
from .gather_accounts import *
from .push_account import *
from .remove_account import *
from .template import *
from .verify_account import *