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

8 lines
76 B
Python

from .common import Asset
__all__ = ['Host']
class Host(Asset):
pass