
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
from ._IntegerBase import IntegerBase
class IntegerGMP(IntegerBase):
    pass
