module Periods
abstract type AbstractPeriod end
include("SimplePeriods.jl")
export Period
end # module