JPRED-2 Move Jpred 3.0.1 to public Git
[jpred.git] / jpred / lib / Profile / Scanps.pm
1 package Profile::Scanps;
2
3 use strict;
4 use warnings;
5 use Carp;
6
7 use base qw(Profile::Generic);
8
9 1;