Files
sunhpc/lib/Crypto/Math/_IntegerGMP.pyi
2023-10-08 20:59:00 +08:00

4 lines
78 B
Python

from ._IntegerBase import IntegerBase
class IntegerGMP(IntegerBase):
pass