Update pocketpy.h

This commit is contained in:
blueloveTH 2023-05-11 22:00:29 +08:00
parent a7232722ec
commit 8fe2d4e54e

View File

@ -1053,6 +1053,7 @@ inline void VM::post_init(){
add_module_requests(this);
}
PyVec2::register_class(this, builtins);
PyMat3x3::register_class(this, builtins);
#endif
}