* @link https://TheTempusProject.com * @license https://opensource.org/licenses/MIT [MIT LICENSE] */ namespace TheTempusProject\Templates; class RssLoader extends DefaultLoader { public function __construct() { parent::__construct(); } }