add quickmenumanager
This commit is contained in:
parent
4fc28fd163
commit
d1d22897a1
16
src/fenrirscreenreader/core/quickMenuManager.py
Normal file
16
src/fenrirscreenreader/core/quickMenuManager.py
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user