From c5d6609eb261b29f5a2dc3df50da9bbc129ae15f Mon Sep 17 00:00:00 2001 From: dimartinoma102424 Date: Thu, 6 Nov 2025 15:21:00 +0100 Subject: [PATCH] import --- compute.py | 1 + 1 file changed, 1 insertion(+) diff --git a/compute.py b/compute.py index bcb545a..25f7a2a 100644 --- a/compute.py +++ b/compute.py @@ -1,5 +1,6 @@ from typing import List import math +from tabulate import tabulate Matrix = List[List[float]]