pycryptodome/lib/Crypto/Math/_IntegerGMP.pyi
2018-11-23 23:07:14 +01:00

3 lines
78 B
Python

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