pyglet_demo/pyglet_demo.py

7 lines
No EOL
75 B
Python

import pyglet
import engine
engine.screen.init_window()
pyglet.app.run()