fenrir/src/fenrirscreenreader/core/quickMenuManager.py
2019-02-13 22:14:23 +01:00

17 lines
331 B
Python

#!/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