Example #1
0
 def wait_input(self):
     text = input("> ")
     print("RECEIVED INPUT")
     return Event(GPS.to_tuple("41.559437 -8.403232"), 1, "input", False, time.time(), 10000000, text )