mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-08 21:11:06 -07:00
4 lines
41 B
Python
4 lines
41 B
Python
|
import sys
|
||
|
|
||
|
print >> sys.stderr, 'hello'
|