Files
by/config/app.rb
2026-03-03 21:42:51 +05:00

9 lines
112 B
Ruby

# frozen_string_literal: true
require "hanami"
module ClashDeckGenerator2
class App < Hanami::App
end
end