<?php
namespace Alloy\Module;
/**
* Base mapper entity for individual items
*
* Dependencies:
* - Spot
*
* @package Alloy
* @link http://alloyframework.com/
* @license http://www.opensource.org/licenses/bsd-license.php
*/
class Entity extends \Spot_Entity
{
}