From 30737ccc765879aaf796482eab99b3ca477f7b9b Mon Sep 17 00:00:00 2001 From: Dumbobelix Date: Sun, 10 Dec 2023 16:57:47 +0100 Subject: [PATCH] main.py added --- main.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..6cca13f --- /dev/null +++ b/main.py @@ -0,0 +1,11 @@ +import numpy as np +import matplotlib.pyplot as plt +import PyQt5 as qt + +if __name__=='__main__': + + + + + print('Fin du programme...') + a = input() \ No newline at end of file