9 lines
85 B
Python
9 lines
85 B
Python
import robot
|
|
|
|
def main():
|
|
turn_time = 10
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|