jumpserver/apps/assets/models/asset/__init__.py

7 lines
136 B
Python

from .common import *
from .host import *
from .database import *
from .network import *
from .remote_app import *
from .cloud import *