Skip to content

Commit

Permalink
Update to allow SystemData to be exposed
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWinchester committed Aug 7, 2024
1 parent 7056e83 commit 080226c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = heatpanel
version = 1.1.1
version = 1.1.2
author = Ben Winchester
author_email = [email protected]
description = Hybrid Electric and Heat Panel Model
Expand Down
1 change: 1 addition & 0 deletions src/pvt_model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
"""The internals module."""

from .__main__ import main
from .__utils__ import SystemData
from .pvt_system.__init__ import *

0 comments on commit 080226c

Please sign in to comment.