Skip to content

Commit

Permalink
fix(thermals): add missing Thermal870Properties and `ThermalCostGen…
Browse files Browse the repository at this point in the history
…eration` classes in `__all__`
  • Loading branch information
laurent-laporte-pro committed Mar 11, 2024
1 parent 96c81de commit b3b4bc0
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@
from antarest.study.storage.rawstudy.model.filesystem.config.identifier import IgnoreCaseIdentifier

__all__ = (
"LocalTSGenerationBehavior",
"LawOption",
"ThermalClusterGroup",
"ThermalProperties",
"ThermalConfig",
"LocalTSGenerationBehavior",
"Thermal860Config",
"Thermal870Config",
"Thermal870Properties",
"ThermalClusterGroup",
"ThermalConfig",
"ThermalConfigType",
"ThermalCostGeneration",
"ThermalProperties",
"create_thermal_config",
)

Expand Down

0 comments on commit b3b4bc0

Please sign in to comment.