diff options
Diffstat (limited to 'text_recognizer/metadata/shared.py')
| -rw-r--r-- | text_recognizer/metadata/shared.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/text_recognizer/metadata/shared.py b/text_recognizer/metadata/shared.py new file mode 100644 index 0000000..a4d1da0 --- /dev/null +++ b/text_recognizer/metadata/shared.py @@ -0,0 +1,4 @@ +from pathlib import Path + +DATA_DIRNAME = Path(__file__).resolve().parents[2] / "data" +DOWNLOADED_DATA_DIRNAME = DATA_DIRNAME / "downloded" |