ModularM
Modular•3y ago•
1 reply
Logan

unable to locate module 'list'

I have my project structured as follows

main.🔥
utils/
imports.🔥
__init__.🔥

When I tried doing import .imports in the init file, I get the error unable to locate module 'list', which seems weird because I don't have any files named list.

My imports file looks a little something like this, however even when I delete all content I get the same error
...

let botname = "Ark Guardian"
let color = 0xA488FA  # HEX Code - #A132F0
let black = 000000
let bic_color = 0x3AB795

...
image.png
Was this page helpful?