9 lines
175 B
Python
9 lines
175 B
Python
from pydoc import doc
|
|
import glpy as gl
|
|
|
|
print(gl.tests.glfw_black_window(500,500,"Hello world"))
|
|
|
|
# print(gl.tests.glfw_window(width=500,height=500,title="I'm Zengtudor"))
|
|
|
|
|