# frozen_string_literal: true require "hanami/db/struct" module Sparkles module DB class Struct < Hanami::DB::Struct end end end