Files
2025-04-02 21:44:17 -07:00

4 lines
81 B
Python

from ._IntegerBase import IntegerBase
class IntegerNative(IntegerBase):
pass