Files
sunhpc/lib/Crypto/Math/_IntegerGMP.pyi

4 lines
78 B
Python
Raw Normal View History

2023-10-08 20:59:00 +08:00
from ._IntegerBase import IntegerBase
class IntegerGMP(IntegerBase):
pass