From 30e36ed1d60196d86f507051e1a01ba65b680d6d Mon Sep 17 00:00:00 2001 From: Bachir Lachguel <bachirgiga@gmail.com> Date: Sun, 27 Dec 2020 18:27:36 +0100 Subject: [PATCH] Import two crucial modules --- main.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..5af2d5a --- /dev/null +++ b/main.py @@ -0,0 +1,2 @@ +import numpy as np +import scipy as sp -- GitLab