Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
177 B

package C4::Labels;
BEGIN {
use C4::Labels::Batch;
use C4::Labels::Label;
use C4::Labels::Layout;
use C4::Labels::Profile;
use C4::Labels::Template;
}
1;