Is there a particular reason that `python_library`...
# development
h
Is there a particular reason that
python_library
is mapped to
PythonTargetAdaptor
, which is the base class of
PythonBinaryAdaptor
and
PythonTestsAdaptor
, instead of to a
PythonLibraryAdaptor
subclass of it?