We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0faec1e commit faab332Copy full SHA for faab332
tmon/utils.py
@@ -0,0 +1,7 @@
1
+# -*- coding: utf-8 -*-
2
+
3
+import sys
4
5
6
+def eprint(*args, **kwargs):
7
+ print(*args, file=sys.stderr, **kwargs)
0 commit comments