package DDG::Spice::NagaBhutJolokiaDax;

use DDG::Spice;

triggers start => //;
spice to => //;

handle remainder => sub {
    return;
};

1;