mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-05-06 23:26:50 +00:00
9 lines
152 B
Python
9 lines
152 B
Python
from django.utils.translation import gettext_lazy as _
|
|
|
|
from .common import Asset
|
|
|
|
|
|
class Host(Asset):
|
|
class Meta:
|
|
verbose_name = _("Host")
|