You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
286 B

<?php
/**
* User: jpinkney
* Date: 9/15/15
* Time: 2:15 PM
*/
namespace JPinkney\TVMaze;
/*
*
* Currently unused because there is no character specific methods with TVMaze
*
*/
/**
* Class Character
*
* @package JPinkney\TVMaze
*/
class Character extends TVProduction {
}