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

6 lines
59 B
Python
Raw Normal View History

2022-04-07 10:51:35 +00:00
from .common import Asset
class Network(Asset):
pass