over/aux.py
2014-12-10 18:18:48 +01:00

8 lines
124 B
Python

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