codekingpro's picture
Add files using upload-large-folder tool
5debfc5 verified
Raw
History Blame Contribute Delete
143 Bytes
from typing import Any
from ._IntegerNative import IntegerNative
_raw_montgomery = Any
class IntegerCustom(IntegerNative):
pass