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