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

@ -4,7 +4,7 @@ from . import paths
@lru_cache()
def stexport():
from kython import import_file
from .common import import_file
stexport_model = import_file(paths.stexport.repo / 'model.py')
return stexport_model