#!/usr/bin/env python3
# Copyright 2013-2023 The Wazo Authors  (see the AUTHORS file)

from wazo_amid.bin.daemon import main

main()
