Files
sunhpc/lib/Crypto/Math/_IntegerNative.pyi

4 lines
81 B
Python
Raw Normal View History

2023-10-08 20:59:00 +08:00
from ._IntegerBase import IntegerBase
class IntegerNative(IntegerBase):
pass