JamezN42

Results 1 comments of JamezN42

> Try to add this to the begin of scenes.py to fix with the manim_imports_ext `import sys sys.path.append(".") sys.path.append("..")` > > also change `from simulations import *` to `from _2022.wordle.simulations...