diff --git a/README.md b/README.md index 24d5f0b..821f38f 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,10 @@ NOTE: ALL INSTRUCTIONS ARE FOR LINUX. # Gallery 3D render of Braille object -![3D render of Braille object](docs\Braille_Keyboard_render_simple.png) +![3D render of Braille object](docs/Braille_Keyboard_render_simple.png) 3D printed Braille object -![3D printed Braille object](docs\Braille_Keyboard_Mini.jpg) +![3D printed Braille object](docs/Braille_Keyboard_Mini.jpg) # License diff --git a/business_objects/__pycache__/__init__.cpython-312.pyc b/business_objects/__pycache__/__init__.cpython-312.pyc index 64f3132..3f05afc 100644 Binary files a/business_objects/__pycache__/__init__.cpython-312.pyc and b/business_objects/__pycache__/__init__.cpython-312.pyc differ diff --git a/business_objects/__pycache__/attribute_abstract.cpython-312.pyc b/business_objects/__pycache__/attribute_abstract.cpython-312.pyc index a41327b..a54475b 100644 Binary files a/business_objects/__pycache__/attribute_abstract.cpython-312.pyc and b/business_objects/__pycache__/attribute_abstract.cpython-312.pyc differ diff --git a/business_objects/__pycache__/braille_proficiency_level.cpython-312.pyc b/business_objects/__pycache__/braille_proficiency_level.cpython-312.pyc index 3344446..6a633ef 100644 Binary files a/business_objects/__pycache__/braille_proficiency_level.cpython-312.pyc and b/business_objects/__pycache__/braille_proficiency_level.cpython-312.pyc differ diff --git a/business_objects/__pycache__/character_braille.cpython-312.pyc b/business_objects/__pycache__/character_braille.cpython-312.pyc index 8b6d6cb..16d2b36 100644 Binary files a/business_objects/__pycache__/character_braille.cpython-312.pyc and b/business_objects/__pycache__/character_braille.cpython-312.pyc differ diff --git a/business_objects/__pycache__/translation_braille.cpython-312.pyc b/business_objects/__pycache__/translation_braille.cpython-312.pyc index c002abf..253320c 100644 Binary files a/business_objects/__pycache__/translation_braille.cpython-312.pyc and b/business_objects/__pycache__/translation_braille.cpython-312.pyc differ diff --git a/tests/__pycache__/context.cpython-312.pyc b/tests/__pycache__/context.cpython-312.pyc index fb36067..503f996 100644 Binary files a/tests/__pycache__/context.cpython-312.pyc and b/tests/__pycache__/context.cpython-312.pyc differ