aboutsummaryrefslogtreecommitdiffstats
path: root/core/init.moon
diff options
context:
space:
mode:
Diffstat (limited to 'core/init.moon')
-rw-r--r--core/init.moon13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/init.moon b/core/init.moon
new file mode 100644
index 0000000..713f326
--- /dev/null
+++ b/core/init.moon
@@ -0,0 +1,13 @@
+import Op, Action from require 'core.base'
+
+import Const, load_ from require 'core.const'
+import Scope from require 'core.scope'
+load_!
+
+import Cell, RootCell from require 'core.cell'
+
+{
+ :Const, :Cell, :RootCell
+ :Op, :Action
+ :Scope
+}