diff options
Diffstat (limited to 'verhawk/constants.py')
-rw-r--r-- | verhawk/constants.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/verhawk/constants.py b/verhawk/constants.py new file mode 100644 index 0000000..f9dff6c --- /dev/null +++ b/verhawk/constants.py @@ -0,0 +1,4 @@ +import sys + + +STDERR, STDOUT = sys.stderr, sys.stdout |