flexmeasures.data.models.registry
The Schedulers, Reporters and Forecasters that FlexMeasures ships with, and that a user can select by name.
Listed explicitly rather than found by walking flexmeasures.data.models, which imported every module under it at start-up.
Adding a built-in data generator means adding a line here; a test checks this list against a full walk, so a forgotten line fails.
Entries are written as "dotted.module.path:ClassName", as strings, because naming the modules directly would import them circularly.
Module Attributes