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

9 lines
169 B
Python

from .cloud import *
from .common import *
from .custom import *
from .database import *
from .device import *
from .gpt import *
from .host import *
from .web import *