#! /usr/bin/python3
# Copyright 2016-2022 The Wazo Authors  (see the AUTHORS file)
# SPDX-License-Identifier: GPL-3.0-or-later

from wazo_confgend.bin.daemon import main, twisted_application

if __name__ == '__main__':
    main()
else:
    application = twisted_application()
