def constellation_lt_s2(c1: "constellation", c2: "constellation") -> "bool": return _beast.constellation_lt_s2(c1, c2)
def constellation_lt_s2(c1, c2): return _beast.constellation_lt_s2(c1, c2)