toadling/main.php

8 lines
103 B
PHP

<?php
require 'vendor/autoload.php';
$toadling = new \Omnicron\Toadling\Toadling;
$toadling->run();