aboutsummaryrefslogtreecommitdiff
path: root/src/Model/Path.hs
blob: d34716c703c1f07dcf462e7779933041f1991c5b (plain)
1
2
3
4
5
6
7
8
9
10
module Model.Path
  ( birthdate
  , config
  ) where

birthdate :: FilePath
birthdate = "birthdates.csv"

config :: FilePath
config = "config.txt"