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