summaryrefslogtreecommitdiff
path: root/lib/lsg.ex
diff options
context:
space:
mode:
authorhref <href@random.sh>2021-09-11 00:31:07 +0200
committerhref <href@random.sh>2021-09-11 00:31:07 +0200
commite9d056ce119969e27217343284b94f964eb99c58 (patch)
tree9842eb250a0026953e5f6150f65950f3c85d3315 /lib/lsg.ex
parentlol (diff)
reorg
Diffstat (limited to 'lib/lsg.ex')
-rw-r--r--lib/lsg.ex15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/lsg.ex b/lib/lsg.ex
deleted file mode 100644
index dc0f641..0000000
--- a/lib/lsg.ex
+++ /dev/null
@@ -1,15 +0,0 @@
-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
-
- def version do
- Application.spec(:lsg)[:vsn]
- end
-
-end