Closed Suave101 closed 10 months ago
An added sub-point to go within the contribution guide based on the automated workflow. It specifies that the line #!/usr/bin/env python3 should be at the beginning of all robot.py file but not other files.
#!/usr/bin/env python3
robot.py
~We should add vision.py as an exception -- it should have #!/usr/bin/env python3~
vision.py
No it shouldn't, ignore me.
An added sub-point to go within the contribution guide based on the automated workflow. It specifies that the line
#!/usr/bin/env python3
should be at the beginning of allrobot.py
file but not other files.