package KPop;
require Exporter;
require DynaLoader;
@ISA = qw(Exporter DynaLoader);

@EXPORT = qw();
$VERSION = '0.1';
bootstrap KPop $VERSION;
1;
