post AI cleanup & fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user