Skip to content

Commit

Permalink
imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JrtPec committed Jul 19, 2024
1 parent 15c76e6 commit c8680e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openenergyid/capacity/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Power Offtake peak analysis module."""

from .models import CapacityInput
from .models import CapacityInput, CapacityOutput
from .main import CapacityAnalysis

__all__ = ["CapacityInput", "CapacityAnalysis"]
__all__ = ["CapacityInput", "CapacityAnalysis", "CapacityOutput"]

0 comments on commit c8680e9

Please sign in to comment.