Right now, each model is a single file on its own either in the library models/ folder or in the workspace models/folder. The file is named after the model class.
Storing these in subfolders would improve matters in a number of respects. Model authors could use multiple files in creating their models. The filenames wouldn't matter (only the name of the containing folder). And anyone using git to manage their decks could add somebody's model simply by adding it as a submodule.
Right now, each model is a single file on its own either in the library models/ folder or in the workspace models/folder. The file is named after the model class.
Storing these in subfolders would improve matters in a number of respects. Model authors could use multiple files in creating their models. The filenames wouldn't matter (only the name of the containing folder). And anyone using git to manage their decks could add somebody's model simply by adding it as a submodule.