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"))