diff options
Diffstat (limited to 'robot/problems/introduction/forward')
-rw-r--r-- | robot/problems/introduction/forward/en.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/robot/problems/introduction/forward/en.py b/robot/problems/introduction/forward/en.py index 5f78d57..400c452 100644 --- a/robot/problems/introduction/forward/en.py +++ b/robot/problems/introduction/forward/en.py @@ -1,5 +1,8 @@ # coding=utf-8 +import server +mod = server.problems.load_language('robot', 'en') + name = 'Forward 3s' slug = 'Forward 3s' @@ -24,4 +27,4 @@ plan = ['''\ <li>connect the driving motors.</li> <li>synchronize the motors and run them so that the robot would move forward for 3 seconds.</li> </ol>''' -]
\ No newline at end of file +] |