can download plant phenotype data in the same way as plot phenotype data
[sgn.git] / lib / SGN / Script / Test.pm
blob50440c892e84c3805cc956e49d21c6672c88e062
1 package SGN::Script::Test;
2 use Moose;
3 use SGN::Devel::MyDevLibs;
4 use SGN::Exception;
6 extends 'Catalyst::Script::Test';
8 1;