Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SimStadt
simstadtpy
Commits
c48aa296
Commit
c48aa296
authored
May 10, 2026
by
Eric Duminil
Browse files
Exporting EnergyGridResults
parent
d7390027
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/simstadt/__init__.py
View file @
c48aa296
...
...
@@ -6,6 +6,7 @@ from .results import (
PhotovoltaicResults
,
SimStadtResults
,
SolarPotentialResults
,
EnergyGridResults
,
UnknownWorkflowResults
,
create_simstadt_results
,
)
...
...
@@ -23,6 +24,7 @@ __all__ = [
"PhotovoltaicResults"
,
"SimStadtResults"
,
"SolarPotentialResults"
,
"EnergyGridResults"
,
"UnknownWorkflowResults"
,
"clean_old_workflows"
,
"create_simstadt_results"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment