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

from xivo_ami.bin.daemon import main

main()
