Your IP : 216.73.216.95


Current Path : /var/www/ljmtc/cbt/lib/mlbackend/php/phpml/src/Phpml/Preprocessing/
Upload File :
Current File : /var/www/ljmtc/cbt/lib/mlbackend/php/phpml/src/Phpml/Preprocessing/Preprocessor.php

<?php

declare(strict_types=1);

namespace Phpml\Preprocessing;

use Phpml\Transformer;

interface Preprocessor extends Transformer
{
}