
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
from ._IntegerBase import IntegerBase
class IntegerNative(IntegerBase):
    pass
