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

7 lines
60 B
Python

from .common import Asset
class Network(Asset):
pass