Closed X-Ninja-dev closed 1 month ago
import raylib as rl
Does nothing. I still have raylib available without the module prefix.
Is there a way I can make raylib inaccessible.
yes, use: from raylib as rl import nil
Thanks, that works
import raylib as rl
Does nothing. I still have raylib available without the module prefix.
Is there a way I can make raylib inaccessible.