6 lines
77 B
Cython
6 lines
77 B
Cython
|
# cython: profile=False
|
||
|
try:
|
||
|
import blis.py
|
||
|
except ImportError:
|
||
|
pass
|