jumpserver/apps/assets/serializers/__init__.py

15 lines
291 B
Python

# -*- coding: utf-8 -*-
#
from .asset import *
from .label import *
from .node import *
from .gateway import *
from .domain import *
from .gathered_user import *
from .favorite_asset import *
from .account import *
from .platform import *
from .cagegory import *
from .automations import *