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', ];