#!/usr/bin/python

from elicit.elicit import Elicit
import elicit.dbus_service as svc

el = Elicit()

el.show()
svc.init(el)
el.main()
