10 lines
149 B
Perl
10 lines
149 B
Perl
|
package Pear::LocalLoop::Import::LCCCsv::Transactions;
|
||
|
use Moo;
|
||
|
|
||
|
extends qw/Pear::LocalLoop::Import::LCCCsv/;
|
||
|
|
||
|
sub import {
|
||
|
my $self = shift;
|
||
|
}
|
||
|
|
||
|
1;
|