aboutsummaryrefslogtreecommitdiff
path: root/lib/core
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-07 18:14:20 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-07 18:14:20 -0400
commit3efd7d9cfbd330ebb45f39648ee96a3e429a06f9 (patch)
tree29acb9e2b2370bd155fed24fba79d01b553a24f3 /lib/core
parent15fabfb9be3e3620e4b96983a49017116cea40e2 (diff)
Move core libraries into their own folder
Diffstat (limited to 'lib/core')
-rw-r--r--lib/core/core.tm9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/core/core.tm b/lib/core/core.tm
new file mode 100644
index 00000000..6aa4c267
--- /dev/null
+++ b/lib/core/core.tm
@@ -0,0 +1,9 @@
+# This file just uses all the most commonly used standard
+# library modules so you don't have to import them one-by-one
+
+use patterns
+use commands
+use shell
+use pthreads
+use random
+use time