9 lines
103 B
Ruby
9 lines
103 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "hanami"
|
|
|
|
module EuchreCamp
|
|
class App < Hanami::App
|
|
end
|
|
end
|