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

7 lines
63 B
Python

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