File size: 78 Bytes
a006afd
 
 
1
2
3
4
from ._IntegerBase import IntegerBase
class IntegerGMP(IntegerBase):
    pass