8 lines
150 B
Cython
Executable File
8 lines
150 B
Cython
Executable File
#cython: language_level=3
|
|
|
|
from ..utils cimport str2bytes
|
|
from ..files.universalopener cimport uopen
|
|
from ..files.linebuffer cimport LineBuffer
|
|
|
|
|
|
|