jumpserver/apps/tickets/api/__init__.py

6 lines
93 B
Python

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