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

5 lines
84 B
Python

from Crypto.Math._IntegerBase import IntegerBase
class Integer(IntegerBase):
pass