defmodule LSG do def data_path(suffix) do Path.join(data_path(), suffix) end def data_path do Application.get_env(:lsg, :data_path) end end