This commit is contained in:
Trey t
2023-06-26 12:20:01 -05:00
parent 0958f9a358
commit 2fa9914f09
2 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
from pathlib import Path
import os
import re
# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent