Skip to content

Commit faab332

Browse files
committed
Add utils module
1 parent 0faec1e commit faab332

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tmon/utils.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)