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]]