Skip to content

Commit

Permalink
Move DT_BASE up (shared)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkGotham committed Feb 1, 2023
1 parent 4d95bd8 commit 5ec781f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
REPO_FOLDER = CODE_FOLDER.parent
CORPUS_FOLDER = REPO_FOLDER / "Corpus"

DT_BASE = REPO_FOLDER.parent / "TAOM" / "TAOMfiles" / "Music"


# ------------------------------------------------------------------------------

Expand Down

0 comments on commit 5ec781f

Please sign in to comment.