ORM.php 63 Bytes
<?php
namespace Codeception\Lib\Interfaces;

interface ORM
{
}