diff options
| author | troido <troido@protonmail.com> | 2019-01-18 13:08:05 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2019-01-18 13:08:05 +0100 |
| commit | acadcfa5e7c22b5767e2ae4541829984b37b416a (patch) | |
| tree | d98bf70d2415d539f58acc7370d716717e54d0bf /asciifarm/client/paths.py | |
| parent | 77105adc468c8f58f94173e7402ac822817beb6f (diff) | |
use loaders for keybindings and charmaps which allow them to import templates
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") |
