8 lines
156 B
Python
8 lines
156 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")
|
|
|