fcb2a08
d6ee134
50c6a09
1
2
3 4 5 6
7 8 9 10
11
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