Create punctuationManager.py

This commit is contained in:
chrys87 2016-09-22 14:45:05 +02:00 committed by GitHub
parent a45489335f
commit 92a526753a

View File

@ -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