remove parent directory from module resolution context
This commit is contained in:
4
main.py
4
main.py
@@ -4,7 +4,7 @@ from dotenv import load_dotenv
|
|||||||
|
|
||||||
from agents import create_diego, create_aisha, create_elena, create_nakamura
|
from agents import create_diego, create_aisha, create_elena, create_nakamura
|
||||||
|
|
||||||
sys.path.insert(0, '..')
|
# sys.path.insert(0, '..')
|
||||||
|
|
||||||
import tinytroupe
|
import tinytroupe
|
||||||
from tinytroupe.agent import TinyPerson
|
from tinytroupe.agent import TinyPerson
|
||||||
@@ -22,4 +22,4 @@ world.broadcast("""
|
|||||||
just the problems you face.
|
just the problems you face.
|
||||||
""")
|
""")
|
||||||
|
|
||||||
world.run(1)
|
world.run(1)
|
||||||
|
Reference in New Issue
Block a user