fenrir/src/fenrirscreenreader/core/remoteManager.py

16 lines
323 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
class remoteManager():
def __init__(self):
pass
def initialize(self, environment):
self.env = environment
def shutdown(self):
pass