jumpserver/apps/tickets/serializers/__init__.py

5 lines
71 B
Python

# -*- coding: utf-8 -*-
#
from .ticket import *
from .comment import *