Numbers.pyi 84 B

1234
  1. from Crypto.Math._IntegerBase import IntegerBase
  2. class Integer(IntegerBase):
  3. pass