We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6f408 commit 6c45b51Copy full SHA for 6c45b51
raylib/static/__init__.py
@@ -1,6 +1,6 @@
1
from ._raylib_cffi import ffi, lib as rl
2
from _raylib_cffi.lib import *
3
from raylib.colors import *
4
-
+import cffi
5
6
print("RAYLIB STATIC LOADED")
0 commit comments