Skip to content

Commit

Permalink
fixed import for the __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
Molier committed Jul 5, 2024
1 parent f68c7f8 commit 2abe8a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions openenergyid/capacity/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""Multi-variable linear regression (MVLR) module."""
"""Power Offtake peak analysis module."""

from .models import CapacityInput
from .main import CapacityAnalysis

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

0 comments on commit 2abe8a6

Please sign in to comment.