Files
python/exercises/robot-simulator/robot_simulator.py

4 lines
58 B
Python
Raw Normal View History

class Robot(object):
def __init__(self):
pass