_IntegerGMP.pyi 78 B

123
  1. from ._IntegerBase import IntegerBase
  2. class IntegerGMP(IntegerBase):
  3. pass