#!/usr/bin/python3
# -*- coding: UTF-8 -*-

from xivo_agent.bin.agentd import main

main()
