« get me outta code hell

contract.js « src - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/contract.js
blob: 24a2fd53510aebd06075cd676d9e2576105e8d4d (plain)
1
2
3
4
5
export default class Contract {
  #caches = {};

  hire() {},
}