From 07453bd3ecc3a2cf50829b809f93e34f246077a0 Mon Sep 17 00:00:00 2001 From: ZtRXR Date: Sat, 29 Jun 2024 00:06:02 +0800 Subject: [PATCH] update --- src/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.py b/src/main.py index 3e877d3..8c08aff 100644 --- a/src/main.py +++ b/src/main.py @@ -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"))