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