_IntegerNative.pyi 81 B

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