#!/usr/bin/env php
<?php

/*
 * This file is part of gpupo/mercadolivre-sdk
 * Created by Gilmar Pupo <contact@gpupo.com>
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 * For more information, see <https://opensource.gpupo.com/>.
 */

namespace Gpupo\MercadolivreSdk\Console;

require dirname(__DIR__).'/config/bootstrap.php';

use Gpupo\MercadolivreSdk\Console\Application;

$app = new Application("mercadolivre-sdk");
$app->init(__NAMESPACE__, dirname(__DIR__));
