over/aux.py

8 lines
128 B
Python

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