Merge: Fix: Refactor for clean code and portfolio presentation.

This commit is contained in:
2025-02-26 12:30:39 +00:00
parent acbe8ba57c
commit f7c368c022
1330 changed files with 459 additions and 237531 deletions

14
main.py Normal file
View File

@@ -0,0 +1,14 @@
# -*- coding: utf-8 -*-
"""
@author: Edward Middleton-Smith
"""
from business_objects.translation_braille import Translation_Braille
if __name__ == '__main__':
print()
print('Welcome to your Braille Translator')
print("At any time, answer the following error code to exit (excl. speech marks): '#!ERRORCODE!#'")
print()
translation = Translation_Braille.input_from_console()
translation.print()