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

4 lines
81 B
Python

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