Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
02bedcd36dda52f3b97a78ebaa7ecd6e94df7c1d
/
.
/
Lib
/
re.py
blob: f1cbe2c1264995d14304609dcb2e02a9fc060a22 [
file
]
"""Minimal "re" compatibility wrapper. See "sre" for documentation."""
engine
=
"sre"
# Some apps might use this undocumented variable
from
sre
import
*
from
sre
import
__all__