mirror of
https://github.com/ColugoMum/Smart_container.git
synced 2025-06-03 21:54:04 +08:00
12 lines
320 B
Python
12 lines
320 B
Python
|
|
try:
|
|
from _decimal import *
|
|
from _decimal import __doc__
|
|
from _decimal import __version__
|
|
from _decimal import __libmpdec_version__
|
|
except ImportError:
|
|
from _pydecimal import *
|
|
from _pydecimal import __doc__
|
|
from _pydecimal import __version__
|
|
from _pydecimal import __libmpdec_version__
|