This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
raylib-python-cffi/raylib/static/__init__.py
2019-06-07 03:51:03 +01:00

6 lines
132 B
Python

from ._raylib_cffi import ffi, lib as rl
from _raylib_cffi.lib import *
from raylib.colors import *
print("RAYLIB STATIC LOADED")