fenrir/src/fenrirscreenreader/core/quickMenuManager.py

17 lines
331 B
Python
Raw Normal View History

2019-02-13 16:14:23 -05:00
#!/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