Merge into master

This commit is contained in:
Ahmed Bilal 2019-09-03 18:01:40 +02:00
commit 4a3c81852a
12 changed files with 18 additions and 364 deletions

2
specs_parser.py Normal file → Executable file
View file

@ -1,7 +1,7 @@
import bitmath
class SpecsParser(object):
class SpecsParser:
def __init__(self, exceptional_devices, allowed_unit=10):
self.exceptional_devices = exceptional_devices
self.allowed_unit = allowed_unit