From 9f3764bb7d7c4a1b7fe19b9232e2feb51f00e344 Mon Sep 17 00:00:00 2001 From: julianb0 Date: Wed, 1 Mar 2017 10:56:58 +0100 Subject: [PATCH] Update ARE-DYNAMIC.py --- ARE-DYNAMIC.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ARE-DYNAMIC.py b/ARE-DYNAMIC.py index 7f66032..c6a24a3 100644 --- a/ARE-DYNAMIC.py +++ b/ARE-DYNAMIC.py @@ -8,9 +8,17 @@ ### constancepoulain () ### +###################### +### Importations + +import numpy + ###################### ### Variables Globales +# Grille +Grille = numpy.ndarray() + # taille de la grille TailleGrilleX = 15 TailleGrilleY = 15