Renames FOLDER to SRC_DIR

This commit is contained in:
Toran Bruce Richards
2023-04-04 10:00:40 +01:00
committed by GitHub
parent 1e892bfb05
commit 4c66cd6f4a

View File

@@ -1,6 +1,6 @@
from pathlib import Path
FOLDER = Path(__file__).parent
SRC_DIR = Path(__file__).parent
def load_prompt():