summaryrefslogtreecommitdiffstats
path: root/src/blackbody.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/blackbody.py')
-rw-r--r--src/blackbody.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/blackbody.py b/src/blackbody.py
index 02972da..83b2b9d 100644
--- a/src/blackbody.py
+++ b/src/blackbody.py
@@ -25,8 +25,10 @@ from colour import *
-# /usr/share/blueshift
DATADIR = 'res'
+'''
+:str The path to program resources, '/usr/share/blueshift' is standard
+'''