marmots/ansi.py

6 lines
102 B
Python
Raw Normal View History

2011-03-19 00:10:02 +00:00
import config
if config.USE_CYTHON:
from ansi_cython import *
else:
from ansi_python import *