bento.tl.register_point_feature

bento.tl.register_point_feature(name, FeatureClass)

Register a new point feature function.

Parameters:
  • name (str) – Name of feature function

  • func (class) – Class that extends PointFeature. Needs to override abstract functions.