oraxen / polymath

A python server to host oraxen resource packs
23 stars 21 forks source link

Fixed ModuleNotFoundError #9

Closed Uni0305 closed 10 months ago

Uni0305 commented 11 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'