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