chained translator with store
[catagits/catbook-code.git] / lib / LolCatalyst / Lite / Model / SnippetStore.pm
CommitLineData
6955a293 1package LolCatalyst::Lite::Model::SnippetStore;
2
3use strict;
4use warnings;
5use aliased 'LolCatalyst::Lite::SnippetStore';
6
7sub COMPONENT { SnippetStore->new }
8
91;