This commit is contained in:
2023-07-23 14:42:37 +02:00
parent 95e70c76a4
commit f62d12b91b
2 changed files with 21 additions and 21 deletions

View File

@ -13,7 +13,7 @@ IMAGE_SIZE = (1800, 1200)
MARGINS = 60
MAKE_TESTS = True
MAKE_TESTS = False
TEST_TEXT = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
def read_file(path: str) -> dict: