From bad796b1e5581f2bef5745ffac62073ca2ea0896 Mon Sep 17 00:00:00 2001 From: MICHELAT Corentin Date: Tue, 24 Mar 2026 10:51:07 +0100 Subject: [PATCH] =?UTF-8?q?Transf=C3=A9rer=20les=20fichiers=20vers=20''?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..18f12a1 --- /dev/null +++ b/main.py @@ -0,0 +1,3 @@ +import tkinter as tk + +#projet 7 interface graphique \ No newline at end of file