remove parent directory from module resolution context

This commit is contained in:
Geoff Seemueller
2025-06-24 09:44:35 -04:00
committed by GitHub
parent e67a7e9e01
commit 74792b6d78

View File

@@ -4,7 +4,7 @@ from dotenv import load_dotenv
from agents import create_diego, create_aisha, create_elena, create_nakamura
sys.path.insert(0, '..')
# sys.path.insert(0, '..')
import tinytroupe
from tinytroupe.agent import TinyPerson
@@ -22,4 +22,4 @@ world.broadcast("""
just the problems you face.
""")
world.run(1)
world.run(1)