diff options
Diffstat (limited to 'robot/sl.py')
-rw-r--r-- | robot/sl.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/robot/sl.py b/robot/sl.py new file mode 100644 index 0000000..2a45d0f --- /dev/null +++ b/robot/sl.py @@ -0,0 +1,7 @@ +# coding=utf-8 + +name = 'Robot' +description = 'Uvodni tečaj za robota.' + +hint = { +} |