jumpserver/apps/assets/serializers/__init__.py

13 lines
242 B
Python
Raw Normal View History

2018-02-07 15:25:15 +00:00
# -*- coding: utf-8 -*-
#
from .asset import *
from .automations import *
from .cagegory import *
2018-03-23 11:46:46 +00:00
from .domain import *
from .favorite_asset import *
from .gateway import *
from .node import *
2022-07-17 06:28:55 +00:00
from .platform import *
from .my_asset import *