spitzip/module/printhelper.py

4 lines
79 B
Python

import sys
def eprint(*args, **kwargs):
print(*args,file=sys.stderr,**kwargs)