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

import sys

from wazo_plugind.bin.main import main

if __name__ == '__main__':
    main(sys.argv[1:])
