marmots/ansi.py
2020-06-27 11:21:34 -04:00

14 lines
249 B
Python

#@+leo-ver=4-thin
#@+node:jpenner.20091215224421.2:@thin ansi.py
import config
if config.USE_CYTHON:
from ansi_cython import *
else:
from ansi_python import *
#@+others
#@-others
#@nonl
#@-node:jpenner.20091215224421.2:@thin ansi.py
#@-leo