_IntegerNative.pyi 84 B

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