I'm coding some example in micropython for the BBC Micro::bit. I'm using the Mu editor, which checks the code and flashes it to the board.
The thing is, I can't find a way to import my own scripts from the main one. Despite the code check ends succesfully (and works on my computer), once flashed, the board will complain about the imported module not existing. It's like only the main script is making it into the board. Furthermore, if I paste all my code into one script, Mu will complain about the script being too long (about 300 lines). What am I doing wrong here? Why is there a max script length?