diff --git a/Core Packages b/Core Packages new file mode 100644 index 0000000..7da27c7 --- /dev/null +++ b/Core Packages @@ -0,0 +1,11 @@ +# Database Operations +from cherryscript.runtime.adapters import Database + +# Machine Learning +from cherryscript.runtime.adapters import Frame, Model, Endpoint + +# Core Runtime +from cherryscript.runtime.interpreter import Runtime, RuntimeError + +# CLI Interface +from cherryscript.cli import main