the tiny helper might look like: ```python_library...
# development
w
the tiny helper might look like:
Copy code
python_library(
  sources = MY_SOURCES,
)

python_library(
  sources = ['*.py'] + exclude_globs(MY_SOURCES),
)
👍 1