
package DTree;
use base 'Tree';

use Scalar::Util 'weaken';

sub set_parent {
  # Fill me in
}

1;

