pywebcopy
pywebcopy copied to clipboard
Avoid SyntaxWarning in python 3.12
File header triggers the following warning:
SyntaxWarning: invalid escape sequence '_'
This commit fixes this by marking the string as raw.