<?php print "<?php\n"; ?>

/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */

/**
 * [[ǽ]]
 *
 * @package     Maple.converter
 * @author      [[ʤ̾]]
 * @copyright   [[copyright]]
 * @license     [[license]]
 * @access      public
 */
class <?php print $skeleton->classname; ?> extends Converter
{
    /**
     * [[ǽ]]
     *
     * @param   string  $attributes Ѵʸ
     * @return  string  Ѵʸ
     * @access  public
     */
    function convert($attributes)
    {
        return $attributes;
    }
}
<?php print "?>\n"; ?>
