Browse Source

minor changes

master
Mario Alegre 5 years ago
parent
commit
8376b8e494
  1. 3
      python/FracAndDec.py

3
python/FracAndDec.py

@ -7,5 +7,4 @@ class Dec(decimal.Decimal):
getcontext = decimal.getcontext
class Frac(fractions.Fraction):
pass
Frac = fractions.Fraction

Loading…
Cancel
Save