mirror of https://github.com/jumpserver/jumpserver
6 lines
58 B
Python
6 lines
58 B
Python
|
from .common import Asset
|
||
|
|
||
|
|
||
|
class Device(Asset):
|
||
|
pass
|