Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha.git] / C4 / Labels.pm
1 package C4::Labels;
2
3 BEGIN {
4
5     use C4::Labels::Batch;
6     use C4::Labels::Label;
7     use C4::Labels::Layout;
8     use C4::Labels::Profile;
9     use C4::Labels::Template;
10 }
11
12 1;