Example #1
0
def constellation_lt_s2(c1: "constellation", c2: "constellation") -> "bool":
    return _beast.constellation_lt_s2(c1, c2)
Example #2
0
def constellation_lt_s2(c1, c2):
    return _beast.constellation_lt_s2(c1, c2)