jumpserver/apps/assets/serializers/__init__.py

13 lines
239 B
Python
Raw Normal View History

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