#!/usr/bin/python3

from creole.server import CreoleDaemon
from pyeole.ihm import only_root

only_root()

d = CreoleDaemon()
d.run()
