post AI cleanup & fixes

This commit is contained in:
2025-08-12 22:28:01 +02:00
parent 088b7f48aa
commit 92cd7eb689
5 changed files with 450 additions and 24 deletions

View File

@@ -4,9 +4,9 @@ Rhai Python Bindings
Python bindings for the Rhai scripting language.
"""
from .rhai_python import RhaiEngine, __version__
from .rhai_python import RhaiEngine
__all__ = ["RhaiEngine", "__version__"]
__all__ = ["RhaiEngine", "eval"]
# Convenience function for quick evaluation