# frozen_string_literal: true module Legion module Data module Model class Setting < Sequel::Model end end end end