#!/usr/bin/env php
<?php
require_once dirname(__DIR__) . '/vendor/autoload.php';


use Kathamo\Framework\CLI\KathamoCli;

new KathamoCli();
