Skip to content
Snippets Groups Projects
Commit b8f20dd2 authored by Ayoub Buhyari's avatar Ayoub Buhyari
Browse files

Bloc.py

parent 69cfc44f
No related merge requests found
#Buhyari Ayoub
#classe bloc pour manipuler et structurer l'image
class Bloc:
"""Paramètres :
......@@ -19,4 +20,4 @@ class Bloc:
return f"Bloc({self.px_hg},{self.px_bd},{self.couleur})"
def __repr__(self):
return f"Bloc({self.px_hg},{self.px_bd},{self.couleur})"
\ No newline at end of file
return f"Bloc({self.px_hg},{self.px_bd},{self.couleur})"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment