Installer:

python3 framework/main/install

Uninstaller:

python3 framework/main/uninstall

Deprecated Object framework:

vmp_bool vmp::unicode::byte_isdigit(vmp_byte byte);
vmp_bool vmp::unicode::byte_isxdigit(vmp_byte byte);
vmp_bool vmp::unicode::str_isdigit(vmp::str str);
vmp_bool vmp::unicode::str_isxdigit(vmp::str str);



