jumpserver/apps/tickets/serializers/__init__.py

5 lines
82 B
Python
Raw Normal View History

2019-11-07 10:06:58 +00:00
# -*- coding: utf-8 -*-
#
2019-11-15 10:55:35 +00:00
from .ticket import *
2020-07-06 03:14:20 +00:00
from .request_asset_perm import *