jumpserver/apps/tickets/serializers/__init__.py

8 lines
143 B
Python
Raw Normal View History

2019-11-07 10:06:58 +00:00
# -*- coding: utf-8 -*-
#
from .flow import *
from .ticket import *
from .comment import *
from .relation import *
from .super_ticket import *