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

7 lines
90 B
Python

from assets.const import Category
from .common import Asset
class Host(Asset):
pass