From 2b407d1f4a608d0ac23592ff16def77797e4fa41 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 31 Mar 2020 20:12:34 +0200 Subject: init thesaurus api client --- cli/app/settings/app_cfg.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cli/app/settings/app_cfg.py (limited to 'cli/app/settings/app_cfg.py') diff --git a/cli/app/settings/app_cfg.py b/cli/app/settings/app_cfg.py new file mode 100644 index 0000000..952e76b --- /dev/null +++ b/cli/app/settings/app_cfg.py @@ -0,0 +1,10 @@ +import os + +CLICK_GROUPS = { + 'api': 'commands/api', +} + +DATA_STORE = 'data_store' + +SEARCH_PATH = os.path.join(DATA_STORE, "search") +CATEGORIES_PATH = os.path.join(DATA_STORE, "categories") -- cgit v1.2.3-70-g09d2