diff --git a/main.py b/main.py
index cafc0a00257acf4b2b8c3528634aac80d9d031bb..1a59ddfa2407c930e04c6a1caf884f896d105da4 100644
--- a/main.py
+++ b/main.py
@@ -1,7 +1,11 @@
-# main.py pour l'examen
+# rendu de Quentin Hartman
+
+# Imports éventuels
+
+
+class TabletteChocolat:
+    def __init__(self, m: int, n: int):
+        self.m = m
+        self.n = n
 
-# exemple de code
-print("hello world")
-# tout ceci est un placeholder
 
-#salut test de commit de nouveau