[Update] 拆分asset tasks

This commit is contained in:
ibuler
2019-09-17 18:59:54 +08:00
parent 3681bfc015
commit 0db3e41bde
14 changed files with 776 additions and 635 deletions

View File

@@ -0,0 +1,10 @@
# -*- coding: utf-8 -*-
#
from .utils import *
from .admin_user_connectivity import *
from .asset_connectivity import *
from .asset_user_connectivity import *
from .gather_asset_users import *
from .gather_asset_hardware_info import *
from .push_system_user import *
from .system_user_connectivity import *