fixed last two check misses, added second line before Config class declaration, fixed extra space at end of comment

This commit is contained in:
Xevion
2020-04-20 01:36:06 -05:00
parent 396fa7775d
commit 290942aa0d
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ BASE_PATH = os.path.dirname(os.path.abspath(__file__))
RESOURCES = os.path.join(BASE_PATH, "resources")
IMAGES = os.path.join(RESOURCES, "images")
class Config(object):
"""
A simple class dedicated to loading, storing and organizing constants.