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

8 lines
150 B
Python

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