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

6 lines
59 B
Python

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