Files
jumpserver/apps/ops/models/__init__.py
2022-09-07 19:49:42 +08:00

8 lines
119 B
Python

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