From 080226c548d6582423cf8340322d4f85780a5765 Mon Sep 17 00:00:00 2001 From: BenWinchester Date: Wed, 7 Aug 2024 14:35:46 +0100 Subject: [PATCH] Update to allow SystemData to be exposed --- setup.cfg | 2 +- src/pvt_model/__init__.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c87c739..00c1518 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = heatpanel -version = 1.1.1 +version = 1.1.2 author = Ben Winchester author_email = benedict.winchester@gmail.com description = Hybrid Electric and Heat Panel Model diff --git a/src/pvt_model/__init__.py b/src/pvt_model/__init__.py index aeb0e2a..a594e65 100644 --- a/src/pvt_model/__init__.py +++ b/src/pvt_model/__init__.py @@ -8,4 +8,5 @@ """The internals module.""" from .__main__ import main +from .__utils__ import SystemData from .pvt_system.__init__ import *