8 lines
150 B
Cython
8 lines
150 B
Cython
![]() |
#cython: language_level=3
|
||
|
|
||
|
from ..utils cimport str2bytes
|
||
|
from ..files.universalopener cimport uopen
|
||
|
from ..files.linebuffer cimport LineBuffer
|
||
|
|
||
|
|
||
|
|