Update library.py

This commit is contained in:
blueloveTH 2025-06-01 23:58:06 +08:00
parent 862b3aa436
commit f83fe30ab5

View File

@ -24,7 +24,7 @@ class Library:
w, pyi_w = Writer(), Writer()
pyi_w.write('from vmath import vec2, vec3, vec2i, vec3i, mat3x3')
pyi_w.write('from vmath import vec2, vec3, vec2i, vec3i, mat3x3, color32')
pyi_w.write('from typing import overload')
pyi_w.write('intptr = int')
pyi_w.write('')