This repository has been archived on 2025-03-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
php-frs/lib/Frs/Output/HtmlOutput.php
2016-08-04 15:35:50 +02:00

10 lines
105 B
PHP

<?php
namespace Frs\Output;
use \Frs\Output\GenericOutput;
class HtmlOutput extends GenericOutput
{
}