venom/src/Venom/Routing/Route.php

10 lines
55 B
PHP

<?php
namespace Venom\Routing;
interface Route
{
}