def star_gt_y(s1: "star", s2: "star") -> "bool": return _beast.star_gt_y(s1, s2)
def star_gt_y(s1, s2): return _beast.star_gt_y(s1, s2)