From dd07ff4d686f07cdc9736627dd0ef099ef5e4e4f Mon Sep 17 00:00:00 2001 From: troido Date: Fri, 6 Mar 2020 11:26:59 +0100 Subject: new directory structure for the separate client repo --- asciifarmclient/paths.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 asciifarmclient/paths.py (limited to 'asciifarmclient/paths.py') diff --git a/asciifarmclient/paths.py b/asciifarmclient/paths.py new file mode 100644 index 0000000..407d54c --- /dev/null +++ b/asciifarmclient/paths.py @@ -0,0 +1,7 @@ + +import os.path + +clientPath = os.path.dirname(__file__) +farmsPath = os.path.normpath(os.path.join(clientPath, "..")) +charmapPath = os.path.join(farmsPath, "charmaps") +keybindingsPath = os.path.join(farmsPath, "keybindings") -- cgit