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

7 lines
60 B
Python
Raw Normal View History

2022-04-12 09:53:56 +00:00
2022-04-07 10:51:35 +00:00
from .common import Asset
class Network(Asset):
2022-04-26 13:30:01 +00:00
pass