diff --git a/main.py b/main.py
index 7fefa5c90ea31802e139af3bd9856ec6fd2311d8..fc171322a8fe179d578c8bf8ebd1adf89d552fb5 100644
--- a/main.py
+++ b/main.py
@@ -11,5 +11,5 @@ class TabletteChocolat:
     def coups_possibles(self):
         for i , j in it.product(range(0, self.m), range(0, self.n)):
             print (i,j)
-        
+    def est_possible(self):
     
\ No newline at end of file