null bind exports
[freeside.git] / FS / FS / part_export / bind_slave.pm
1 package FS::part_export::bind_slave;
2
3 use vars qw(@ISA);
4 use FS::part_export::null;
5
6 @ISA = qw(FS::part_export::null);
7