package class_discard; # $Id$

sub new { bless {}, "class_discard" }

sub AUTOLOAD { }

1;