module Model.Path ( birthdate , config ) where birthdate :: FilePath birthdate = "birthdates.csv" config :: FilePath config = "config.txt"