cjworkbench icon indicating copy to clipboard operation
cjworkbench copied to clipboard

Allow Workbench modules to have multiple Python modules

Open onyxfish opened this issue 6 years ago • 0 comments

Currently any Workbench module can only have a single Python module. This makes it difficult to write well-factored and readable code. It would be great if we could have the entrypoint discovered either by magic module name (eg. main.py) or by having it documented in the YAML config.

onyxfish avatar May 19 '19 22:05 onyxfish