diff options
Diffstat (limited to 'asciifarmclient/paths.py')
| -rw-r--r-- | asciifarmclient/paths.py | 7 |
1 files changed, 7 insertions, 0 deletions
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") |
