#! /usr/bin/env python3
# -*- coding: utf-8 -*-
# This file is part of https://github.com/marcus67/python_google_speak

import sys

from python_google_speak import cli

sys.exit(cli.main())
