mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2026-02-06 09:49:54 +00:00
4 lines
81 B
Python
4 lines
81 B
Python
|
|
from ._IntegerBase import IntegerBase
|
||
|
|
class IntegerNative(IntegerBase):
|
||
|
|
pass
|