This backslash in my FRC vision program is not an escape sequence, but I cannot figure out what it is?

11 Views Asked by At

I have absolutely no idea what the backslash at the end of the first line does. I have searched high and low.

camera = CameraServer.getInstance() \
     .startAutomaticCapture(name=config.name, path=config.path)
0

There are 0 best solutions below