over.core is mostly working
This commit is contained in:
parent
5baa9b75d0
commit
0df57ad386
23 changed files with 1528 additions and 1039 deletions
8
core/aux.py
Normal file
8
core/aux.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
#! /bin/env python3
|
||||
# encoding: utf-8
|
||||
|
||||
import sys
|
||||
|
||||
from . import textui
|
||||
|
||||
_print = textui.Output("over.core", stream=sys.stderr)
|
Loading…
Add table
Add a link
Reference in a new issue