Merge: Fix: Refactor for clean code and portfolio presentation.
This commit is contained in:
14
main.py
Normal file
14
main.py
Normal 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()
|
||||
Reference in New Issue
Block a user