diff options
Diffstat (limited to 'lib/Crypto/Math/_IntegerGMP.pyi')
-rw-r--r-- | lib/Crypto/Math/_IntegerGMP.pyi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Crypto/Math/_IntegerGMP.pyi b/lib/Crypto/Math/_IntegerGMP.pyi new file mode 100644 index 0000000..2181b47 --- /dev/null +++ b/lib/Crypto/Math/_IntegerGMP.pyi @@ -0,0 +1,3 @@ +from ._IntegerBase import IntegerBase +class IntegerGMP(IntegerBase): + pass |