cjworkbench
cjworkbench copied to clipboard
Allow Workbench modules to have multiple Python modules
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.