Files
jumpserver/apps/tickets/api/__init__.py
2021-08-26 18:29:02 +08:00

6 lines
93 B
Python

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