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