6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
from wxPython.tools.img2png import main
|
||
|
main()
|
||
|
|