Numbers.pyi 92 B

12345
  1. from Cryptodome.Math._IntegerBase import IntegerBase
  2. class Integer(IntegerBase):
  3. pass