mirror of
https://github.com/python/cpython.git
synced 2026-01-30 14:46:17 +00:00
7 lines
149 B
Python
7 lines
149 B
Python
"""Minimal "re" compatibility wrapper"""
|
|
|
|
engine = "sre" # Some apps might use this undocumented variable
|
|
|
|
from sre import *
|
|
from sre import __all__
|