initial outputManager
This commit is contained in:
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
|
Reference in New Issue
Block a user