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

5 lines
84 B
Python
Raw Normal View History

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