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