hundreds-father-404
05/01/2020, 1:34 AMtarget() 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)