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

7 lines
132 B
Python

from .common import *
from .host import *
from .database import *
from .networking import *
from .web import *
from .cloud import *