jumpserver/apps/tickets/models/__init__.py

7 lines
115 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 *
from .comment import *
from .flow import *
from .relation import *