over.core is mostly working

This commit is contained in:
Overwatch 2014-08-13 00:19:54 +02:00
parent 5baa9b75d0
commit 0df57ad386
23 changed files with 1528 additions and 1039 deletions

8
aux.py Normal file
View file

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