mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-01-29 21:51:31 +00:00
8 lines
97 B
Python
8 lines
97 B
Python
|
|
from .common import Asset
|
|
|
|
|
|
class Cloud(Asset):
|
|
def __str__(self):
|
|
return self.name
|