fenrir/src/fenrir-package/core/reviewManager.py
2016-09-22 14:44:32 +02:00

17 lines
311 B
Python

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