Closed soofstad closed 4 years ago
For the generated code to be as robust as possible (movable, drop-in, plugable), imports within the exported package should be relative.
In addition, to avoid having to deal with dependencies/setup/venv for the generated code. It should only use build-in python^3.8 modules.
last one might be a week argument. Another solution would be to add any "code-generator-dependency" to dmt-py dependecies
Stale issue message
For the generated code to be as robust as possible (movable, drop-in, plugable), imports within the exported package should be relative.
In addition, to avoid having to deal with dependencies/setup/venv for the generated code. It should only use build-in python^3.8 modules.