module Sis module Core # this class is used to identify entry/ batch of a student like 2020 or 2021 class Entry < Lookup end end end