diff --git a/calc.py b/calc.py index 118221a..7f691a4 100755 --- a/calc.py +++ b/calc.py @@ -10,6 +10,7 @@ import math import random import struct import multiprocessing +from functools import reduce class SomeObject(object): pass