Skip to content

Commit 213058b

Browse files
committed
Bootstrap cheat sheet users with API import
Fixes #342
1 parent 6ea20a3 commit 213058b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

programming/sr/cheat_sheet.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ This page contains a quick guide to the `sr.robot3` API.
99

1010
For more information, make sure you check the rest of the documentation.
1111

12+
## Import the API
13+
14+
In order to use the `sr.robot3` API you first need to import it into your code:
15+
16+
~~~~~ python
17+
from sr.robot3 import *
18+
~~~~~
19+
1220
## Initialising your robot
1321

1422
### Standard Initialisation

0 commit comments

Comments
 (0)