class SessionBus:
def __init__(self, mainloop):
return
def get_object(self, one, two):
return Unknown()
# class Bus:
# def get_object(self, one, two):
# return
class Unknown:
def RequestName(self, name, flags):
return 1
def UInt32(flags):
return flags
class Interface:
def __init__(self, obj, interface):
pass