jumpserver/apps/tickets/models/__init__.py

7 lines
115 B
Python

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