jumpserver/apps/assets/models/asset/remote_app.py

6 lines
61 B
Python
Raw Normal View History

2022-04-06 03:29:16 +00:00
from .common import Asset
class RemoteApp(Asset):
pass