add remote manager

This commit is contained in:
chrys
2018-09-04 22:32:03 +02:00
parent 8cf251753f
commit d142fa952c
2 changed files with 40 additions and 20 deletions

View File

@@ -0,0 +1,15 @@
#!/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