# frozen_string_literal: true module Legion module Data module Model # Used for accessing legion.namespaces class Namespace < Sequel::Model one_to_many :function end end end end