« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/contract.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/contract.js')
-rw-r--r--src/contract.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/contract.js b/src/contract.js
new file mode 100644
index 00000000..24a2fd53
--- /dev/null
+++ b/src/contract.js
@@ -0,0 +1,5 @@
+export default class Contract {
+  #caches = {};
+
+  hire() {},
+}