from raylib import * InitWindow(800, 450, b"rlGL test") SetTargetFPS(60) print(rlGetVersion())