Numbers.pyi 92 B

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