Passed
Push — web-timed ( cfeda2...1d9e3e )
by Matt
01:11
created

PyDMXControl.utils.timing   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 20
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 3
dl 0
loc 20
rs 10
c 0
b 0
f 0
1
"""
2
 *  PyDMXControl: A Python 3 module to control DMX via Python. Featuring fixture profiles and working with uDMX.
3
 *  <https://github.com/MattIPv4/PyDMXControl/>
4
 *  Copyright (C) 2018 Matt Cowley (MattIPv4) ([email protected])
5
 *
6
 *  This program is free software: you can redistribute it and/or modify
7
 *   it under the terms of the GNU General Public License as published
8
 *   by the Free Software Foundation, either version 3 of the License, or
9
 *   (at your option) any later version.
10
 *  This program is distributed in the hope that it will be useful,
11
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
 *   GNU General Public License for more details.
14
 *  You should have received a copy of the GNU General Public License
15
 *   along with this program. If not, please see
16
 *   <https://github.com/MattIPv4/PyDMXControl/blob/master/LICENSE> or <http://www.gnu.org/licenses/>.
17
"""
18
from ._Ticker import Ticker
19
from ._TimedEvents import TimedEvents
20