We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e08194f + eea5d31 commit 32a94c5Copy full SHA for 32a94c5
1 file changed
hsluv.py
@@ -5,12 +5,11 @@
5
haxe -cp haxe/src hsluv.Hsluv -python hsluv.py
6
"""
7
8
+__version__ = '5.0.3'
9
+
10
from functools import wraps as _wraps, partial as _partial # unexport, see #17
11
import math as _math # unexport, see #17
12
-
-__version__ = '5.0.3'
13
14
_m = [[3.240969941904521, -1.537383177570093, -0.498610760293],
15
[-0.96924363628087, 1.87596750150772, 0.041555057407175],
16
[0.055630079696993, -0.20397695888897, 1.056971514242878]]
0 commit comments