Update attributeManager.py

This commit is contained in:
chrys87
2018-05-25 12:52:15 +02:00
committed by GitHub
parent f188617e5f
commit 18b700f846

View File

@ -8,7 +8,7 @@ from fenrirscreenreader.core import debug
class attributeManager():
def __init__(self):
pass
pass
def initialize(self, environment):
self.env = environment
def shutdown(self):