From 7a0297838d5b70d7fa9423862348f21b854bb614 Mon Sep 17 00:00:00 2001 From: FilippoOlivo Date: Fri, 17 Oct 2025 11:03:05 +0200 Subject: [PATCH] rename module.py -> graph_module.py --- ThermalSolver/{module.py => graph_module.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ThermalSolver/{module.py => graph_module.py} (100%) diff --git a/ThermalSolver/module.py b/ThermalSolver/graph_module.py similarity index 100% rename from ThermalSolver/module.py rename to ThermalSolver/graph_module.py