Reorganize

This commit is contained in:
2023-05-11 21:57:43 -04:00
parent 7380b4df57
commit 417885eeb7
40 changed files with 0 additions and 0 deletions

7
setlist/Rakefile Normal file
View File

@ -0,0 +1,7 @@
require 'squib'
task default: [:deck]
task :deck do
load 'deck.rb'
end