jumpserver/apps/ops/api/__init__.py

6 lines
92 B
Python

# -*- coding: utf-8 -*-
#
from .adhoc import *
from .celery import *
from .command import *