multiplie files while running from pybricksdev #203
Unanswered
krzysztofpniak
asked this question in
Q&A
Replies: 2 comments 4 replies
-
|
For Pybricks on EV3, this is possible. And, yes, relative imports are not implemented in MicroPython, so just use regular imports instead. Multiple files are not supported on other hubs. |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
We are working on support for this. For discussion and an experimental implementation, please see pybricks/pybricks-micropython#115. We'd love to get your feedback and ideas for this feature. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to split project to multiple files and run it in pybricks? I tried relative import but I got an error: "not implemented"
Beta Was this translation helpful? Give feedback.
All reactions