wonder if we should have a standardized `@classmet...
# development
r
wonder if we should have a standardized
@classmethod
on
Target
subclasses to generate the initial
Payload
object given kwargs - which would be called by
Target.__init__()
rather than taking
payload
as a kwarg. then the
Payload
fields would be the fields we could inherently externalize - so we’d have
SourcesField
and e.g.
DependenciesField
etc.