From 92a526753a69bac79b6731f60ace6a10122f9bcc Mon Sep 17 00:00:00 2001 From: chrys87 Date: Thu, 22 Sep 2016 14:45:05 +0200 Subject: [PATCH] Create punctuationManager.py --- src/fenrir-package/core/punctuationManager.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/fenrir-package/core/punctuationManager.py diff --git a/src/fenrir-package/core/punctuationManager.py b/src/fenrir-package/core/punctuationManager.py new file mode 100644 index 00000000..4627ea7e --- /dev/null +++ b/src/fenrir-package/core/punctuationManager.py @@ -0,0 +1,15 @@ +#!/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