12 lines
251 B
Python
12 lines
251 B
Python
from gi.repository import GObject
|
|
from voidshell.dbus_clients.systemd_networkd import (
|
|
NetworkManagerInterface,
|
|
LinkInterface,
|
|
)
|
|
|
|
|
|
class NetworkService(GObject):
|
|
"""
|
|
Collects and formats network data from a variety of sources
|
|
"""
|