add demo; proper readme; remove kython dependencies

This commit is contained in:
Dima Gerasimov 2019-09-27 08:26:44 +01:00
parent 943c572e00
commit e5b90407dc
8 changed files with 201 additions and 12 deletions

View file

@ -8,7 +8,7 @@ from .. import paths
@lru_cache()
def goodrexport():
from kython import import_file
from ..common import import_file
return import_file(paths.goodrexport.repo / 'model.py')