예제 #1
0
def constellation_lt_p(c1: "constellation", c2: "constellation") -> "bool":
    return _beast.constellation_lt_p(c1, c2)
예제 #2
0
def constellation_lt_p(c1, c2):
    return _beast.constellation_lt_p(c1, c2)