Skip to content

Commit

Permalink
refactor: move to energy components (#737)
Browse files Browse the repository at this point in the history
* refactor: move new components to energy components
  • Loading branch information
frodehk authored Dec 16, 2024
1 parent 6b0c1a0 commit f9cf0da
Show file tree
Hide file tree
Showing 39 changed files with 1,241 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 f9cf0da

Please sign in to comment.