Like, to correspond to `target()` in BUILD files? ...
# development
h
Like, to correspond to
target()
in BUILD files? Yes, see
core/target_types.py
. If you mean a common class to inherit from, no. Targets no longer use inheritance in V2. Fields do, but every target should directly subclass
engine.Target
. (Nothing preventing this, beyond convention)