initial outputManager
This commit is contained in:
parent
45dd094b9f
commit
311e653893
15
src/fenrir-package/core/outputManager.py
Normal file
15
src/fenrir-package/core/outputManager.py
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/python
|
||||
|
||||
class outputManager():
|
||||
def __init__(self):
|
||||
pass
|
||||
def presentText(self, environment, Text):
|
||||
pass
|
||||
def speakText(self, environment, Text):
|
||||
pass
|
||||
def brailleText(self, environment, Text):
|
||||
pass
|
||||
def interruptOutput(self, environment, Text):
|
||||
pass
|
||||
def playSoundIcon(self, environment, Text):
|
||||
pass
|
Loading…
Reference in New Issue
Block a user