From 61841a5368f33737462ccef2b37932a4799385c0 Mon Sep 17 00:00:00 2001 From: raj_mathe Date: Thu, 9 Jun 2022 14:55:08 +0200 Subject: [PATCH] master > master: code py - third party --- code/python/src/local/maths.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/python/src/local/maths.py b/code/python/src/local/maths.py index 6c13c4f..ca01076 100644 --- a/code/python/src/local/maths.py +++ b/code/python/src/local/maths.py @@ -9,6 +9,7 @@ import math; import numpy as np; import pandas as pd; import random; +from tabulate import tabulate; # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # EXPORTS @@ -19,4 +20,5 @@ __all__ = [ 'np', 'pd', 'random', + 'tabulate', ];