Files
2025-04-02 21:44:17 -07:00

4 lines
78 B
Python

from ._IntegerBase import IntegerBase
class IntegerGMP(IntegerBase):
pass