diff --git a/python/FracAndDec.py b/python/FracAndDec.py index ac41dda..88530e4 100644 --- a/python/FracAndDec.py +++ b/python/FracAndDec.py @@ -7,5 +7,4 @@ class Dec(decimal.Decimal): getcontext = decimal.getcontext -class Frac(fractions.Fraction): - pass +Frac = fractions.Fraction