mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-22 10:10:08 +01:00
7 lines
110 B
Python
7 lines
110 B
Python
|
|
from _dbus import *
|
||
|
|
from decorators import *
|
||
|
|
from services import *
|
||
|
|
from types import *
|
||
|
|
|
||
|
|
version = (0, 40, 1)
|