This commit is contained in:
ZtRXR 2024-06-29 00:06:02 +08:00
parent c57a8ce386
commit 07453bd3ec

View File

@ -1,6 +1,5 @@
from pydoc import doc
import glpy as gl
print(doc(gl))
print(gl.tests.glfw_window(1000,500,"你好"))
print(gl.tests.glfw_window(width=500,height=500,title="I'm Zengtudor"))