autogenerate type hints for pyray
This commit is contained in:
parent
84fd32b44e
commit
3044797382
3 changed files with 874 additions and 1 deletions
|
@ -2,5 +2,6 @@ from raylib.static._raylib_cffi import ffi, lib as rl
|
|||
from raylib.static._raylib_cffi.lib import *
|
||||
from raylib.colors import *
|
||||
import cffi
|
||||
import sys
|
||||
|
||||
print("RAYLIB STATIC LOADED")
|
||||
print("RAYLIB STATIC LOADED", file=sys.stderr)
|
||||
|
|
Reference in a new issue