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