_IntegerGMP.pyi 81 B

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