From a4cd232390ff16bdb771db3c0789518cd4c1b54e Mon Sep 17 00:00:00 2001 From: Constantin Gierczak--Galle Date: Sat, 9 Dec 2023 16:34:50 +0100 Subject: [PATCH] Fix ParMiskin class declaration --- pyjecteur/fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyjecteur/fixtures.py b/pyjecteur/fixtures.py index 206bfb8..ae3fdec 100644 --- a/pyjecteur/fixtures.py +++ b/pyjecteur/fixtures.py @@ -48,7 +48,7 @@ class Tradi(AbstractLight): blue = RInt(0, 2) -class ParMiskin: +class ParMiskin(AbstractLight): """ Par 56 led """