Renames FOLDER to SRC_DIR

pull/50/head
Toran Bruce Richards 2023-04-04 10:00:40 +01:00 committed by GitHub
parent 1e892bfb05
commit 4c66cd6f4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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