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