Module loading error
I have a module with a following file structure as shown in the attached images.
In the types folder there is an
Attempting to compile this gives the following issue:
In the types folder there is an
__init__.mojo file that imports the main type/function in the submodules for pretty importing by the user. The submodules similarly contain an _init_.mojo that imports the associated type/function so the main init can also cleanly import said type/function. This, however, is an issue according to Mojo.Attempting to compile this gives the following issue:


