mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2026-06-28 11:50:31 +00:00
3 lines
81 B
Python
3 lines
81 B
Python
from ._IntegerBase import IntegerBase
|
|
class IntegerNative(IntegerBase):
|
|
pass
|