8 lines
92 B
Python
8 lines
92 B
Python
|
#!/usr/bin/env python
|
||
|
|
||
|
|
||
|
|
||
|
class RobotInfo:
|
||
|
|
||
|
def __init__(self):
|
||
|
raise(NotImplementedError)
|