6 lines
64 B
Plaintext
6 lines
64 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
from wx.tools.pywxrc import main
|
||
|
main()
|
||
|
|