mirror of https://github.com/dirtbags/moth.git
4 lines
41 B
Python
4 lines
41 B
Python
|
import sys
|
||
|
|
||
|
print >> sys.stderr, 'hello'
|