5 lines
93 B
Python
5 lines
93 B
Python
|
#!/usr/bin/python3
|
||
|
|
||
|
import webbrowser
|
||
|
|
||
|
webbrowser.open('https://git.ilunix.de/punix/Wire-Py')
|