5 lines
78 B
Python
5 lines
78 B
Python
|
try:
|
||
|
from cdecimal import *
|
||
|
except ImportError:
|
||
|
from decimal import *
|