add quickmenumanager

This commit is contained in:
chrys 2019-02-13 22:14:23 +01:00
parent 4fc28fd163
commit d1d22897a1

View File

@ -0,0 +1,16 @@
#!/bin/python
# -*- coding: utf-8 -*-
# Fenrir TTY screen reader
# By Chrys, Storm Dragon, and contributers.
from fenrirscreenreader.core import debug
class quickMenuManager():
def __init__(self):
pass
def initialize(self, environment):
self.env = environment
def shutdown(self):
pass