<?php

declare( strict_types = 1 );

namespace kvCORE\View;

use Twig_Function;

class Custom_Function extends Twig_Function{

}