Update 'non-ros-files/Programming_Rules.md'

This commit is contained in:
winterhalderp 2021-04-19 17:30:32 +02:00
parent 7f112ad4ff
commit 70b7f6b7ca
1 changed files with 1 additions and 1 deletions

View File

@ -37,4 +37,4 @@ entry_points={
],
},
```
From this you can see that you need to follow the Python programming style of creating a _main_ procedure, in order for the entry point to work.