mirror of
https://github.com/audacity/wxWidgets.git
synced 2025-12-12 19:53:05 -06:00
import and launch each tool. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
7 lines
93 B
Python
Executable File
7 lines
93 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
import sys
|
|
from wxPython.tools.img2py import main
|
|
main(sys.argv[1:])
|
|
|