mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
* Move code from `decimal.pyi` to `_decimal.pyi` The stub previously did `from decimal import *` in `_decimal.pyi`, but the opposite happens at runtime.
3 lines
117 B
Python
3 lines
117 B
Python
from _decimal import *
|
|
from _decimal import __libmpdec_version__ as __libmpdec_version__, __version__ as __version__
|