initial external translator object and test
[catagits/catbook-code.git] / t / model_Translate.t
CommitLineData
cc003be0 1use strict;
2use warnings;
3use Test::More tests => 1;
4
5BEGIN { use_ok 'LolCatalyst::Lite::Model::Translate' }
6