fenrir/src/fenrirscreenreader/core/remoteManager.py

22 lines
521 B
Python
Raw Normal View History

2018-09-04 16:32:03 -04:00
#!/bin/python
# -*- coding: utf-8 -*-
# Fenrir TTY screen reader
# By Chrys, Storm Dragon, and contributers.
from fenrirscreenreader.core import debug
2018-09-05 13:13:20 -04:00
from fenrirscreenreader.core.eventData import fenrirEventType
2018-09-04 16:32:03 -04:00
class remoteManager():
def __init__(self):
pass
def initialize(self, environment):
self.env = environment
def shutdown(self):
pass
2018-09-05 13:13:20 -04:00
def unixSocketWatchDog():
pass
def handleRemoteIncomming(self, eventData):
if not eventData:
return