As Ember team is deprecating EmberObjects and it's recommending to use ES6 classes, I think we can update the Fragment blueprint to follow this syntax:
import MF from 'ember-data-model-fragments';
export default class <% name %> extends MF.Fragment {
<% attrs %>
}
What do you think? I may leave a PR with my proposal.