<@U0T3V72C9>: generally you'd put the majority of ...
# general
r
@clever-ambulance-21321: generally you'd put the majority of your application code in a
python_library
and then use a
python_binary
that depends on those libraries w/ some single-file entrypoint as the runner. this makes it easier to test the
python_library
bits because they’re importable and makes your
python_binary
targets more composable.