import { commonGods } from '../gods/commonGods'
import { yearGods } from '../gods/yearGods'
import { monthGods } from '../gods/monthGods'
import { dayGods } from '../gods/dayGods'
import { hourGods } from '../gods/hourGods'
import { monthSeasonGods } from '../gods/monthSeasonGods'

export const godsDicts = {
  common: commonGods,
  year: yearGods,
  month: monthGods,
  day: dayGods,
  hour: hourGods,
  monthSeason: monthSeasonGods
}
