Merge into master
This commit is contained in:
parent
9aeb05987b
commit
4a3c81852a
12 changed files with 18 additions and 364 deletions
2
specs_parser.py
Normal file → Executable file
2
specs_parser.py
Normal file → Executable 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue