Renames FOLDER to SRC_DIR
parent
1e892bfb05
commit
4c66cd6f4a
|
@ -1,6 +1,6 @@
|
|||
from pathlib import Path
|
||||
|
||||
FOLDER = Path(__file__).parent
|
||||
SRC_DIR = Path(__file__).parent
|
||||
|
||||
|
||||
def load_prompt():
|
||||
|
|
Loading…
Reference in New Issue