mirror of https://github.com/jumpserver/jumpserver
7 lines
63 B
Python
7 lines
63 B
Python
|
|
||
|
from .common import Asset
|
||
|
|
||
|
|
||
|
class Networking(Asset):
|
||
|
pass
|