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

3 lines
81 B
Python

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