mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-04-10 22:37:34 +00:00
7 lines
90 B
Python
7 lines
90 B
Python
from assets.const import Category
|
|
from .common import Asset
|
|
|
|
|
|
class Host(Asset):
|
|
pass
|