diff options
Diffstat (limited to '')
-rw-r--r-- | src/blackbody.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/blackbody.py b/src/blackbody.py index bd29318..41c6fe5 100644 --- a/src/blackbody.py +++ b/src/blackbody.py @@ -14,6 +14,10 @@ # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. + +# This module implements support for colour temperature based +# calculation of white points + import math from colour import * |