post AI cleanup & fixes

This commit is contained in:
2025-08-12 22:28:01 +02:00
parent 088b7f48aa
commit 81852334d5
6 changed files with 435 additions and 41 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