{
$Gapp::Moose::Meta::Attribute::Trait::GappToolPalette::VERSION = '0.482';
}
before '_process_options' => sub {
my ( $class, $name, $opts ) = @_;
$opts->{gclass} = 'Gapp::ToolPalette' if ! exists $opts->{class};
};
{
$Moose::Meta::Attribute::Custom::Trait::GappToolPalette::VERSION = '0.482';
}
sub register_implementation { 'Gapp::Moose::Meta::Attribute::Trait::GappToolPalette' };
1;