| Total Complexity | 0 | 
| Total Lines | 24 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | """  | 
            ||
| 2 | * PyDMXControl: A Python 3 module to control DMX using uDMX.  | 
            ||
| 3 | * Featuring fixture profiles, built-in effects and a web control panel.  | 
            ||
| 4 | * <https://github.com/MattIPv4/PyDMXControl/>  | 
            ||
| 5 | * Copyright (C) 2018 Matt Cowley (MattIPv4) ([email protected])  | 
            ||
| 6 | *  | 
            ||
| 7 | * This program is free software: you can redistribute it and/or modify  | 
            ||
| 8 | * it under the terms of the GNU General Public License as published  | 
            ||
| 9 | * by the Free Software Foundation, either version 3 of the License, or  | 
            ||
| 10 | * (at your option) any later version.  | 
            ||
| 11 | * This program is distributed in the hope that it will be useful,  | 
            ||
| 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of  | 
            ||
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the  | 
            ||
| 14 | * GNU General Public License for more details.  | 
            ||
| 15 | * You should have received a copy of the GNU General Public License  | 
            ||
| 16 | * along with this program. If not, please see  | 
            ||
| 17 | * <https://github.com/MattIPv4/PyDMXControl/blob/master/LICENSE> or <http://www.gnu.org/licenses/>.  | 
            ||
| 18 | """  | 
            ||
| 19 | |||
| 20 | from ._Compact_PAR import Compact_PAR_7_Q4_4Ch, Compact_PAR_7_Q4_6Ch, Compact_PAR_7_Q4_11Ch  | 
            ||
| 21 | from ._Compact_PAR import Compact_PAR_7_Q4_4Ch as Showtec_Compact_PAR_7_Q4_4Ch  | 
            ||
| 22 | from ._Compact_PAR import Compact_PAR_7_Q4_6Ch as Showtec_Compact_PAR_7_Q4_6Ch  | 
            ||
| 23 | from ._Compact_PAR import Compact_PAR_7_Q4_11Ch as Showtec_Compact_PAR_7_Q4_11Ch  | 
            ||
| 24 |