AI-PredictionClient-Alien-TensorFlowServingProtos

 view release on metacpan or  search on metacpan

t/00load.t  view on Meta::CPAN

## no critic(RCS,VERSION,explicit,Module)
use strict;
use warnings;

use Test::More;

BEGIN {
    use_ok('AI::PredictionClient::Alien::TensorFlowServingProtos');
}
ok( 1, 'AI::PredictionClient::Alien::TensorFlowServingProtos.' );
done_testing();




( run in 0.342 second using v1.01-cache-2.11-cpan-39bf76dae61 )