Skip to content
Snippets Groups Projects
Commit e9cf7056 authored by Dariya Kinadinova's avatar Dariya Kinadinova
Browse files

Update file image_rec.py

parent 2e7a2db3
Branches
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ from block import *
import sys
# Algorithme récursif
def rec_algorithm(image: Image, order:int):
def rec_algorithm(image: Image, order:int) -> 'Block':
"""Cet algorithme permet de créer des blocs imbriqués les uns dans les autres \
à partir d'une image.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment