Closed Uni0305 closed 10 months ago
Fixed the error below by @eupedroosouza
Traceback (most recent call last): File "run", line 2, in <module> from polymath import core File "polymath/core.py", line 1, in init polymath.core from config import TomlConfig ModuleNotFoundError: No module named 'config'
Fixed the error below by @eupedroosouza