7 lines
155 B
Python
7 lines
155 B
Python
from ._raylib_cffi import ffi, lib as rl
|
|
from _raylib_cffi.lib import *
|
|
from raylib.colors import *
|
|
from .helpers import *
|
|
|
|
|
|
print("RAYLIB STATIC LOADED")
|