over/core/aux.py
2014-08-19 16:29:56 +02:00

8 lines
128 B
Python

#! /bin/env python3
# encoding: utf-8
import sys
from . import textui
_print = textui.Output('over.core', stream=sys.stderr)