package class_discard;

sub new { bless {}, "class_discard" }

sub AUTOLOAD { }

1;