mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-01-29 21:51:31 +00:00
7 lines
63 B
Python
7 lines
63 B
Python
|
|
from .common import Asset
|
|
|
|
|
|
class Networking(Asset):
|
|
pass
|