passes testing after slimming
This commit is contained in:
@@ -7,8 +7,8 @@ import json
|
||||
import sys
|
||||
import os
|
||||
|
||||
# Add the current directory to the Python path
|
||||
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
|
||||
# Add the parent directory to the Python path
|
||||
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
|
||||
from generate_prompts import JournalPromptGenerator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user