Skip to content

Commit

Permalink
refactor: move to energy components
Browse files Browse the repository at this point in the history
  • Loading branch information
frodehk committed Dec 16, 2024
1 parent ccbfe69 commit 720afad
Show file tree
Hide file tree
Showing 39 changed files with 1,249 additions and 1,086 deletions.
12 changes: 6 additions & 6 deletions src/libecalc/domain/infrastructure/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from libecalc.domain.infrastructure.components import (
Asset,
BaseConsumer,
from libecalc.domain.infrastructure.energy_components.asset.asset import Asset
from libecalc.domain.infrastructure.energy_components.base.component_dto import BaseConsumer
from libecalc.domain.infrastructure.energy_components.electricity_consumer.electricity_consumer import (
ElectricityConsumer,
FuelConsumer,
GeneratorSet,
Installation,
)
from libecalc.domain.infrastructure.energy_components.fuel_consumer.fuel_consumer import FuelConsumer
from libecalc.domain.infrastructure.energy_components.generator_set.generator_set_dto import GeneratorSet
from libecalc.domain.infrastructure.energy_components.installation.installation import Installation
Loading

0 comments on commit 720afad

Please sign in to comment.