2025-02-14 17:42:48 -07:00

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
"""