diff --git a/main.py b/main.py
index 8b137891791fe96927ad78e64b0aad7bded08bdc..9db9068fd10f36e1d583310ee8ea781c20d4a480 100644
--- a/main.py
+++ b/main.py
@@ -1 +1,4 @@
-
+class TabletteChocolat :
+    def __init__(self, m, n):
+        self.m = m
+        self.n = n