4 lines
68 B
Python
4 lines
68 B
Python
|
#!/usr/bin/python3
|
||
|
import os
|
||
|
file = open("sweecrypt-gtk.py").read()
|