mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-22 08:19:04 +00:00
7 lines
63 B
Python
7 lines
63 B
Python
|
|
from .common import Asset
|
|
|
|
|
|
class Networking(Asset):
|
|
pass
|