mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2026-02-06 18:00:07 +00:00
3 lines
78 B
Python
3 lines
78 B
Python
from ._IntegerBase import IntegerBase
|
|
class IntegerGMP(IntegerBase):
|
|
pass
|