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

8 lines
64 B
Python

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