package BookPub::Import::Importer::ProQuestSubscription::v16;

# this service of the importer is a duplicate of the Ebrary v16 importer
# see RSD-4471

use strict;
use warnings;

use lib '/app/tools/bookpub/lib';
use parent 'BookPub::Import::Importer::ebrary::Version16';


1;