Skip to content
Snippets Groups Projects
Commit f36727af authored by Mathieu Beligon's avatar Mathieu Beligon
Browse files

[runes] (fix) Add missing constants file

parent 0fafc425
No related branches found
No related tags found
Loading
from pathlib import Path
from research_common.constants import DSET_DIR
RUNES_DATASET_DIR: Path = DSET_DIR / "runes"
RUNES_DATASET_DIR.mkdir(exist_ok=True, parents=True)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment