6 lines
95 B
Python
6 lines
95 B
Python
from __future__ import absolute_import
|
|
import regex as re
|
|
|
|
|
|
RE_DELIMITER = re.compile('\r?\n')
|