Beispiel #1
0
def star_lt_x(s1: "star", s2: "star") -> "bool":
    return _beast.star_lt_x(s1, s2)
Beispiel #2
0
def star_lt_x(s1, s2):
    return _beast.star_lt_x(s1, s2)