jumpserver/apps/tickets/serializers/__init__.py
fit2bot 223814f897
perf: migrate (#9098)
Co-authored-by: feng <1304903146@qq.com>
2022-11-18 11:30:31 +08:00

8 lines
143 B
Python

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