<?php
use LogDb\LogQuery\LogQueryApplication;
require_once __DIR__."/../vendor/autoload.php";
$app = new LogQueryApplication();
$app->run();