Current section

Files

Jump to
timex lib calendar calendar.ex
Raw

lib/calendar/calendar.ex

defmodule Timex.Calendar do
@moduledoc """
This module contains functions that are common across more than a single calendar
Currently it is empty, but that will change as multi-calendar support is added.
"""
end