diff options
Diffstat (limited to 'asciifarm/client/paths.py')
| -rw-r--r-- | asciifarm/client/paths.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/asciifarm/client/paths.py b/asciifarm/client/paths.py new file mode 100644 index 0000000..46a1a62 --- /dev/null +++ b/asciifarm/client/paths.py @@ -0,0 +1,6 @@ + + +clientPath = os.path.dirname(__file__) +farmsPath = os.path.join(clientPath, "..") +charMapPath = os.path.join(farmsPath, "charmaps") +keybindingsPath = os.path.join(farmsPath, "keybindings") |
