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