summaryrefslogtreecommitdiff
path: root/src/bundles.adb
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-02-07 00:22:13 +1100
committerJed Barber <jjbarber@y7mail.com>2017-02-07 00:22:13 +1100
commit8a7c0dd18cb373a5b3c69e13f110562e156575e9 (patch)
treec83cba28bf96b1cfa13e7fcf9be4d11dc8000b35 /src/bundles.adb
parentf11c770329edf407de1e534e286ecbfd2a3495c9 (diff)
Started to sketch out Bundles package
Diffstat (limited to 'src/bundles.adb')
-rw-r--r--src/bundles.adb8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/bundles.adb b/src/bundles.adb
new file mode 100644
index 0000000..6a2d71d
--- /dev/null
+++ b/src/bundles.adb
@@ -0,0 +1,8 @@
+
+
+package body Bundles is
+
+
+end Bundles;
+
+